module:model/LocalePolicy

module:model/LocalePolicy

new module:model/LocalePolicy()

Source:

Constructs a new LocalePolicy.

Members

(inner) addressFormat :String

Source:
Type:
  • String

(inner) addressFormatMetadata :module:model/SettingsMetadata

Source:
Type:

(inner) allowRegion :String

Source:
Type:
  • String

(inner) calendarType :String

Source:
Type:
  • String

(inner) calendarTypeMetadata :module:model/SettingsMetadata

Source:
Type:

(inner) cultureName :String

Source:
Type:
  • String

(inner) cultureNameMetadata :module:model/SettingsMetadata

Source:
Type:

(inner) currencyCode :String

Source:
Type:
  • String

(inner) currencyCodeMetadata :module:model/SettingsMetadata

Source:

Metadata that indicates whether the currencyCode property is editable.

Type:

(inner) currencyNegativeFormat :String

Source:
Type:
  • String

(inner) currencyNegativeFormatMetadata :module:model/SettingsMetadata

Source:
Type:

(inner) currencyPositiveFormat :String

Source:
Type:
  • String

(inner) currencyPositiveFormatMetadata :module:model/SettingsMetadata

Source:
Type:

(inner) customDateFormat :String

Source:
Type:
  • String

(inner) customSignDateFormat :String

Source:
Type:
  • String

(inner) customSignTimeFormat :String

Source:
Type:
  • String

(inner) customTimeFormat :String

Source:
Type:
  • String

(inner) dateFormat :String

Source:
Type:
  • String

(inner) dateFormatMetadata :module:model/SettingsMetadata

Source:
Type:

(inner) effectiveAddressFormat :String

Source:
Type:
  • String

(inner) effectiveCalendarType :String

Source:
Type:
  • String

(inner) effectiveCurrencyCode :String

Source:
Type:
  • String

(inner) effectiveCurrencyNegativeFormat :String

Source:
Type:
  • String

(inner) effectiveCurrencyPositiveFormat :String

Source:
Type:
  • String

(inner) effectiveCustomDateFormat :String

Source:
Type:
  • String

(inner) effectiveCustomTimeFormat :String

Source:
Type:
  • String

(inner) effectiveDateFormat :String

Source:
Type:
  • String

(inner) effectiveInitialFormat :String

Source:
Type:
  • String

(inner) effectiveNameFormat :String

Source:
Type:
  • String

(inner) effectiveTimeFormat :String

Source:
Type:
  • String

(inner) effectiveTimeZone :String

Source:
Type:
  • String

(inner) initialFormat :String

Source:
Type:
  • String

(inner) initialFormatMetadata :module:model/SettingsMetadata

Source:
Type:

(inner) nameFormat :String

Source:
Type:
  • String

(inner) nameFormatMetadata :module:model/SettingsMetadata

Source:
Type:

(inner) signDateFormat :String

Source:
Type:
  • String

(inner) signDateFormatMetadata :module:model/SettingsMetadata

Source:

Metadata that indicates whether the signDateFormat property is editable.

Type:

(inner) signTimeFormat :String

Source:
Type:
  • String

(inner) signTimeFormatMetadata :module:model/SettingsMetadata

Source:

Metadata that indicates whether the signTimeFormat property is editable.

Type:

(inner) timeFormat :String

Source:
Type:
  • String

(inner) timeFormatMetadata :module:model/SettingsMetadata

Source:
Type:

(inner) timeZone :String

Source:
Type:
  • String

(inner) timeZoneMetadata :module:model/SettingsMetadata

Source:
Type:

Methods

(static) constructFromObject(data, obj) → {module:model/LocalePolicy}

Source:

Constructs a LocalePolicy from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj module:model/LocalePolicy

Optional instance to populate.

Returns:

The populated LocalePolicy instance.

Type
module:model/LocalePolicy