Table of Contents

Class Locale

Namespace
Tlabs.Data.Model
Assembly
Tlabs.Data.dll
public class Locale
Inheritance
Locale
Inherited Members
Extension Methods

Constructors

Locale()

public Locale()

Locale(Locale)

public Locale(Locale loc)

Parameters

loc Locale

Fields

DateFormat

public string? DateFormat

Field Value

string

DateTimeFormat

public string? DateTimeFormat

Field Value

string

DecimalSep

public string? DecimalSep

Field Value

string

FixedFormat

public string? FixedFormat

Field Value

string

IntegerFormat

public string? IntegerFormat

Field Value

string

Lang

public string? Lang

Field Value

string

ListSep

public string? ListSep

Field Value

string

MonetaryFormat

public string? MonetaryFormat

Field Value

string

ThousandSep

public string? ThousandSep

Field Value

string

TimeFormat

public string? TimeFormat

Field Value

string

Methods

AsEntity()

public Locale AsEntity()

Returns

Locale

CopyTo(Locale)

public Locale CopyTo(Locale ent)

Parameters

ent Locale

Returns

Locale