Preparing search index...
The search index is not available
azure-devops-node-api
azure-devops-node-api
Serialization
ContractFieldMetadata
Interface ContractFieldMetadata
Metadata for deserializing a particular field on a contract/type
interface
ContractFieldMetadata
{
dictionaryKeyEnumType
?:
ContractEnumMetadata
;
dictionaryKeyIsDate
?:
boolean
;
dictionaryValueEnumType
?:
ContractEnumMetadata
;
dictionaryValueFieldInfo
?:
ContractFieldMetadata
;
dictionaryValueIsDate
?:
boolean
;
dictionaryValueTypeInfo
?:
ContractMetadata
;
enumType
?:
ContractEnumMetadata
;
isArray
?:
boolean
;
isDate
?:
boolean
;
isDictionary
?:
boolean
;
typeInfo
?:
ContractMetadata
;
}
Index
Properties
dictionary
Key
Enum
Type?
dictionary
Key
Is
Date?
dictionary
Value
Enum
Type?
dictionary
Value
Field
Info?
dictionary
Value
Is
Date?
dictionary
Value
Type
Info?
enum
Type?
is
Array?
is
Date?
is
Dictionary?
type
Info?
Properties
Optional
dictionary
Key
Enum
Type
dictionaryKeyEnumType
?:
ContractEnumMetadata
Optional
dictionary
Key
Is
Date
dictionaryKeyIsDate
?:
boolean
Optional
dictionary
Value
Enum
Type
dictionaryValueEnumType
?:
ContractEnumMetadata
Optional
dictionary
Value
Field
Info
dictionaryValueFieldInfo
?:
ContractFieldMetadata
Optional
dictionary
Value
Is
Date
dictionaryValueIsDate
?:
boolean
Optional
dictionary
Value
Type
Info
dictionaryValueTypeInfo
?:
ContractMetadata
Optional
enum
Type
enumType
?:
ContractEnumMetadata
Optional
is
Array
isArray
?:
boolean
Optional
is
Date
isDate
?:
boolean
Optional
is
Dictionary
isDictionary
?:
boolean
Optional
type
Info
typeInfo
?:
ContractMetadata
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
dictionary
Key
Enum
Type
dictionary
Key
Is
Date
dictionary
Value
Enum
Type
dictionary
Value
Field
Info
dictionary
Value
Is
Date
dictionary
Value
Type
Info
enum
Type
is
Array
is
Date
is
Dictionary
type
Info
azure-devops-node-api
Loading...
Metadata for deserializing a particular field on a contract/type