다음을 통해 공유


DictionaryMapper interface

키/값 쌍으로 사용되는 일반 JavaScript 개체를 설명하는 매퍼입니다.

Extends

속성

headerCollectionPrefix

필요에 따라 헤더 컬렉션에 추가할 접두사입니다.

type

의 형식 설명자입니다 DictionaryMapper.

상속된 속성

constraints

현재 값을 테스트하기 위한 제약 조건

defaultValue

명시적으로 제공되지 않은 경우의 기본값

isConstant

현재 속성이 상수인지 여부

nullable

현재 속성에서 mull을 값으로 허용하는지 여부

readOnly

현재 속성이 읽기 전용인지 여부

required

현재 속성이 필요한지 여부

serializedName

serialize할 때 사용할 이름

xmlElementName

배열을 serialize할 때 xml 요소의 이름

xmlIsAttribute

현재 속성을 부모 xml 요소의 특성으로 serialize해야 하는지 여부를 결정합니다.

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

serialize할 때 사용할 이름

serializedName?: string

속성 값

string

BaseMapper.serializedName에서 상속됨

xmlElementName

배열을 serialize할 때 xml 요소의 이름

xmlElementName?: string

속성 값

string

BaseMapper.xmlElementName에서 상속됨

xmlIsAttribute

현재 속성을 부모 xml 요소의 특성으로 serialize해야 하는지 여부를 결정합니다.

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에서 상속됨