Class TranslateCommand.AbpTranslateResource
Inheritance
System.Object
TranslateCommand.AbpTranslateResource
Namespace: Volo.Abp.Cli.Commands
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class AbpTranslateResource : object
Properties
ResourcePath
Declaration
public string ResourcePath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Texts
Declaration
public List<TranslateCommand.AbpTranslateResourceText> Texts { get; set; }
Property Value
Type | Description |
---|---|
List<TranslateCommand.AbpTranslateResourceText> |