Table of Contents

Class Localization

Namespace: Casewhere.Models
Assembly: Casewhere.Models.dll

Represents the localization settings that use in Worker site

public class Localization

Inheritance

objectLocalization

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<Localization>(Localization)

Constructors

Localization()

public Localization()

Properties

DefaultLanguageId

Gets or sets the default language ID.

public Guid DefaultLanguageId { get; set; }

Property Value

Guid

LongDate

Gets or sets the long date format.

public string LongDate { get; set; }

Property Value

string

ShortDate

Gets or sets the short date format.

public string ShortDate { get; set; }

Property Value

string

TimezoneId

Gets or sets the timezone ID.

public string TimezoneId { get; set; }

Property Value

string