Class TemplateFile
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class TemplateFile
Constructors
TemplateFile(byte[], string, string, string)
Declaration
public TemplateFile(byte[] fileBytes, string version, string latestVersion, string repositoryNugetVersion)
Parameters
Properties
FileBytes
Declaration
public byte[] FileBytes { get; }
Property Value
LatestVersion
Declaration
public string LatestVersion { get; }
Property Value
RepositoryNugetVersion
Declaration
public string RepositoryNugetVersion { get; }
Property Value
Version
Declaration
public string Version { get; }
Property Value
Extension Methods