Table of Contents

Class Locale

Namespace
Tlabs.Data.Entity
Assembly
Tlabs.Data.dll

Insured person.

public class Locale : BaseEntity
Inheritance
Locale
Inherited Members
Extension Methods

Constructors

Locale()

public Locale()

Properties

DateFormat

Date only format

public string? DateFormat { get; set; }

Property Value

string

DateTimeFormat

Date-Time format

public string? DateTimeFormat { get; set; }

Property Value

string

DecimalSep

Decimal separator

public string? DecimalSep { get; set; }

Property Value

string

FixedFormat

Fixed (point) format

public string? FixedFormat { get; set; }

Property Value

string

IntegerFormat

Integer format

public string? IntegerFormat { get; set; }

Property Value

string

Lang

Language

public string? Lang { get; set; }

Property Value

string

ListSep

List separator

public string? ListSep { get; set; }

Property Value

string

MonetaryFormat

Monetary format

public string? MonetaryFormat { get; set; }

Property Value

string

ThousandSep

Thousand separator

public string? ThousandSep { get; set; }

Property Value

string

TimeFormat

Time only format

public string? TimeFormat { get; set; }

Property Value

string