TypeDescriptorStruct members
Contains methods and properties that handle the TypeDescriptor structure.
The TypeDescriptorStruct type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TypeDescriptorStruct(TypeDescriptor) | Initializes a new instance of the class. | |
TypeDescriptorStruct(UInt32, String, Boolean, Int32, String, String, TypeDescriptorFlags, Boolean, Boolean, Boolean, UInt32, UInt32, UInt32, UInt32, UInt32, String, String, String, String, String, String, Guid) | Initializes a new instance of the class. |
Top
Properties
Name | Description | |
---|---|---|
AssociationId | Gets or sets the association identifier (ID). | |
AssociationReferenceEntityName | Gets or sets the name of the association reference external content type. | |
AssociationReferenceEntityNamespace | Gets or sets the namespace of the association reference external content type. | |
AssociationReferenceName | Gets or sets the association reference name. | |
ChildrenContainRules | Gets or sets whether the child objects contain rules. | |
ContainsFilterDescriptor | Gets or sets whether the object contains a FilterDescriptor object. | |
ContainsIdentifier | Gets or sets whether the object contains an Identifier object. | |
ContainsReadOnly | Gets or sets whether the object contains read-only data. | |
FilterDescriptorId | Gets or sets the FilterDescriptor identifier (ID). | |
Flags | Gets or sets the TypeDescriptor flags. | |
Id | Gets or sets the identifier (ID) of the metadata object. (Inherited from MetadataObjectStruct.) | |
IdentifierId | Gets or sets the Identifier object identifier (ID). | |
IdentifierReferenceEntityName | Gets or sets the name of the identifier reference external content type. | |
IdentifierReferenceEntityNamespace | Gets or sets the identifier reference external content type namespace. | |
IdentifierReferenceName | Gets or sets the identifier reference name. | |
IsCached | Gets or sets whether the metadata object is cached. (Inherited from MetadataObjectStruct.) | |
LobName | Gets or sets the external system name. | |
Name | Gets or sets the name of the metadata object. (Inherited from MetadataObjectStruct.) | |
ObjectVersion | Gets or sets the object version. (Inherited from MetadataObjectStruct.) | |
ParameterId | Gets or sets the Parameter identifier (ID). | |
ParentTypeDescriptorId | Gets or sets the parent TypeDescriptor ID. | |
PartitionId | Gets or sets the partition identifier (ID). (Inherited from MetadataObjectStruct.) | |
SerializedRules | Gets or sets the serialized rules. | |
TypeName | Gets or sets the type name. |
Top
Methods
Name | Description | |
---|---|---|
ToString | (Inherited from Object.) |
Top