IdentityTranslation Class
Namespace: PTS.Modules.IdentityTranslationExtension.Domain
Assembly: PTS.Modules.IdentityTranslationExtension.dll
Syntax
public class IdentityTranslation : IEntityPropertyTranslation<Identity>, IPropertyTranslation, IOwnedRecord, IHasGuid
Inheritance
System.Object
IdentityTranslation
Properties
Entity
Declaration
public virtual Identity Entity { get; set; }
Property Value
Type | Description |
---|---|
Identity |
EntityId
Declaration
public long EntityId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Guid
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Language
Declaration
public LanguageCode Language { get; set; }
Property Value
Type | Description |
---|---|
LanguageCode |
OwnerId
Declaration
public long OwnerId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Property
Declaration
public string Property { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()