共用方式為


DictionaryMapper interface

描述做為索引鍵/值組之一般 JavaScript 物件的對應程式。

Extends

屬性

headerCollectionPrefix

選擇性地,要加入至標頭集合的前置詞。

type

DictionaryMapper的類型描述元。

繼承的屬性

constraints

要測試目前值的條件約束

defaultValue

未明確提供預設值

isConstant

目前屬性是否為常數

nullable

目前屬性是否允許將 mull 當做值

readOnly

目前屬性是否為唯讀

required

是否需要目前的屬性

serializedName

串行化時要使用的名稱

xmlElementName

串行化陣列時 xml 項目的名稱

xmlIsAttribute

判斷目前屬性是否應該串行化為父 xml 元素的屬性

xmlIsMsText

判斷目前屬性是否應該串行化為 xml 項目的內部內容

xmlIsWrapped

目前屬性是否應該有包裝 XML 專案

xmlName

xml 項目的名稱

xmlNamespace

Xml 專案命名空間

xmlNamespacePrefix

Xml 元素命名空間前置詞

屬性詳細資料

headerCollectionPrefix

選擇性地,要加入至標頭集合的前置詞。

headerCollectionPrefix?: string

屬性值

string

type

DictionaryMapper的類型描述元。

type: DictionaryMapperType

屬性值

繼承的屬性詳細資料

constraints

要測試目前值的條件約束

constraints?: MapperConstraints

屬性值

繼承自BaseMapper.constraints

defaultValue

未明確提供預設值

defaultValue?: any

屬性值

any

繼承自BaseMapper.defaultValue

isConstant

目前屬性是否為常數

isConstant?: boolean

屬性值

boolean

繼承自BaseMapper.isConstant

nullable

目前屬性是否允許將 mull 當做值

nullable?: boolean

屬性值

boolean

繼承自BaseMapper.nullable

readOnly

目前屬性是否為唯讀

readOnly?: boolean

屬性值

boolean

繼承自BaseMapper.readOnly

required

是否需要目前的屬性

required?: boolean

屬性值

boolean

繼承自BaseMapper.required

serializedName

串行化時要使用的名稱

serializedName?: string

屬性值

string

繼承自BaseMapper.serializedName

xmlElementName

串行化陣列時 xml 項目的名稱

xmlElementName?: string

屬性值

string

繼承自BaseMapper.xmlElementName

xmlIsAttribute

判斷目前屬性是否應該串行化為父 xml 元素的屬性

xmlIsAttribute?: boolean

屬性值

boolean

繼承自BaseMapper.xmlIsAttribute

xmlIsMsText

判斷目前屬性是否應該串行化為 xml 項目的內部內容

xmlIsMsText?: boolean

屬性值

boolean

繼承自BaseMapper.xmlIsMsText

xmlIsWrapped

目前屬性是否應該有包裝 XML 專案

xmlIsWrapped?: boolean

屬性值

boolean

繼承自BaseMapper.xmlIsWrapped

xmlName

xml 項目的名稱

xmlName?: string

屬性值

string

繼承自BaseMapper.xmlName

xmlNamespace

Xml 專案命名空間

xmlNamespace?: string

屬性值

string

繼承自BaseMapper.xmlNamespace

xmlNamespacePrefix

Xml 元素命名空間前置詞

xmlNamespacePrefix?: string

屬性值

string

繼承自BaseMapper.xmlNamespacePrefix