IdentityLocale Class
Namespace: PTS.Modules.Identities.Domain
Assembly: PTS.Modules.Identities.dll
Syntax
public class IdentityLocale : IOwnedRecord, ILocale
Inheritance
System.Object
IdentityLocale
Properties
Country
Declaration
public CountryCode Country { get; set; }
Property Value
Type | Description |
---|---|
CountryCode |
Currency
Declaration
public CurrencyCode Currency { get; set; }
Property Value
Type | Description |
---|---|
CurrencyCode |
DateFormat
Declaration
public DateFormat DateFormat { get; set; }
Property Value
Type | Description |
---|---|
DateFormat |
Id
Declaration
public long Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Identity
Declaration
public virtual Identity Identity { get; set; }
Property Value
Type | Description |
---|---|
Identity |
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 |
TimeZone
Declaration
public TimeZoneCode TimeZone { get; set; }
Property Value
Type | Description |
---|---|
TimeZoneCode |
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()