PropertyTranslationKey Struct
Namespace: PTS.Modules.EntityTranslationComponent
Assembly: PTS.Modules.EntityTranslationComponent.dll
Syntax
public struct PropertyTranslationKey
Constructors
PropertyTranslationKey(IPropertyTranslation)
Declaration
public PropertyTranslationKey(IPropertyTranslation translation)
Parameters
Type | Name | Description |
---|---|---|
IPropertyTranslation | translation |
PropertyTranslationKey(LambdaExpression, LanguageCode)
Declaration
public PropertyTranslationKey(LambdaExpression property, LanguageCode language)
Parameters
Type | Name | Description |
---|---|---|
System.Linq.Expressions.LambdaExpression | property | |
LanguageCode | language |
Fields
Language
Declaration
public LanguageCode Language
Field Value
Type | Description |
---|---|
LanguageCode |
Property
Declaration
public string Property
Field Value
Type | Description |
---|---|
System.String |
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)