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