SchemaTypeDefinition Class |
Namespace: Bloomberglp.Blpapi
The SchemaTypeDefinition type exposes the following members.
Name | Description | |
---|---|---|
SchemaTypeDefinition | Initializes a new instance of the SchemaTypeDefinition class |
Name | Description | |
---|---|---|
Constraints | ||
Datatype |
Gets the Schema.Datatype
of this SchemaTypeDefinition.
| |
Description |
Gets a string which contains a human readable description of this
SchemaTypeDefinition.
| |
ElementDefinitions |
Returns an enumerable collection of all SchemaElementDefinitions in this type.
| |
Enumeration |
Gets a ConstantsList
of all the enumerators for this
SchemaTypeDefinition if this type is an Enumeration type.
| |
IsComplexType |
Gets true if this SchemaTypeDefinition
defines a Sequence or a Choice
type.
| |
IsEnumerationType |
Gets true if this SchemaTypeDefinition
defines an enumeration type.
| |
IsSimpleType |
Gets true if this SchemaTypeDefinition
defines a primitive type.
| |
ItemInt32 |
Returns the SchemaElementDefinition at the specified index in this
SchemaTypeDefinition.
| |
ItemString |
Gets the SchemaElementDefinition with name.
| |
ItemName |
Gets the SchemaElementDefinition with name.
| |
Name |
Gets the name of this SchemaTypeDefinition.
| |
NumElementDefinitions |
Gets the number of ElementDefinition in
this SchemaTypeDefinition.
| |
Status |
Gets the status of this SchemaTypeDefinition.
| |
UserData |
Sets and gets the user data associated with this SchemaTypeDefinition.
|
Name | Description | |
---|---|---|
GetElementDefinition(Int32) |
Returns the SchemaElementDefinition at the specified index in this
SchemaTypeDefinition.
| |
GetElementDefinition(String) | Returns the SchemaElementDefinition having
the specified name in this
SchemaTypeDefinition.
| |
GetElementDefinition(Name) | Returns the SchemaElementDefinition having
the specified name in this
SchemaTypeDefinition.
| |
HasElementDefinition |
Returns true if this SchemaTypeDefinition contains
an ElementDefinition
having the specified name.
|