次の方法で共有


SequenceMapper interface

配列を記述するマッパー。

Extends

プロパティ

type

SequenceMapper型記述子。

継承されたプロパティ

constraints

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

defaultValue

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

isConstant

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

nullable

現在のプロパティが値としてミュラーを許可するかどうか

readOnly

現在のプロパティが読み取り専用かどうか

required

現在のプロパティが必要かどうか

serializedName

シリアル化するときに使用する名前

xmlElementName

配列をシリアル化するときの xml 要素の名前

xmlIsAttribute

現在のプロパティを親 xml 要素の属性としてシリアル化する必要があるかどうかを判断します

xmlIsMsText

現在のプロパティを xml 要素の内部コンテンツとしてシリアル化する必要があるかどうかを判断します

xmlIsWrapped

現在のプロパティに折り返し XML 要素を含める必要があるかどうか

xmlName

xml 要素の名前

xmlNamespace

Xml 要素の名前空間

xmlNamespacePrefix

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

プロパティの詳細

type

SequenceMapper型記述子。

type: SequenceMapperType

プロパティ値

継承されたプロパティの詳細

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

xmlNamespacePrefix

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

xmlNamespacePrefix?: string

プロパティ値

string

BaseMapper.xmlNamespacePrefixから継承