Show / Hide Table of Contents

Class TranslateCommand.AbpTranslateResourceText

Inheritance
System.Object
TranslateCommand.AbpTranslateResourceText
Namespace: Volo.Abp.Cli.Commands
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class AbpTranslateResourceText : object

Properties

LocalizationKey

Declaration
public string LocalizationKey { get; set; }
Property Value
Type Description
System.String

Reference

Declaration
public string Reference { get; set; }
Property Value
Type Description
System.String

Target

Declaration
public string Target { get; set; }
Property Value
Type Description
System.String

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft