次の方法で共有


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から継承