次の方法で共有


DictionaryMapper interface

キーと値のペアとして使用されるプレーンな JavaScript オブジェクトを記述するマッパー。

Extends

プロパティ

headerCollectionPrefix

必要に応じて、ヘッダー コレクションに追加するプレフィックス。

type

DictionaryMapperの型記述子。

継承されたプロパティ

constraints

現在の値をテストする制約

defaultValue

明示的に指定されていない場合の既定値

isConstant

現在のプロパティが定数かどうか

nullable

現在のプロパティで値としてマリを許可するかどうかを指定します。

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

現在のプロパティで値としてマリを許可するかどうかを指定します。

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.xml名前空間

xmlNamespacePrefix

Xml 要素の名前空間プレフィックス

xmlNamespacePrefix?: string

プロパティ値

string

承元BaseMapper.xmlNamespacePrefix