PropertyTranslation Struct
Assembly: PTS.Modules.EntityTranslationComponent.dll
Syntax
public struct PropertyTranslation
Constructors
PropertyTranslation(IPropertyTranslation)
Declaration
public PropertyTranslation(IPropertyTranslation translation)
Parameters
PropertyTranslation(PropertyTranslationKey, String)
Declaration
public PropertyTranslation(PropertyTranslationKey property, string value)
Parameters
PropertyTranslation(LambdaExpression, LanguageCode, String)
Declaration
public PropertyTranslation(LambdaExpression property, LanguageCode language, string value)
Parameters
Type |
Name |
Description |
System.Linq.Expressions.LambdaExpression |
property |
|
LanguageCode |
language |
|
System.String |
value |
|
Fields
Property
Declaration
public PropertyTranslationKey Property
Field Value
Value
Declaration
Field Value
Type |
Description |
System.String |
|
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.ValueType.ToString()
Operators
Implicit(PropertyTranslation to String)
Declaration
public static implicit operator string (PropertyTranslation translation)
Parameters
Returns
Type |
Description |
System.String |
|
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Extension Methods