AssociationStruct members
Represents an Association structure.
The AssociationStruct type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AssociationStruct(Association) | Initializes a new instance of the class. | |
AssociationStruct(UInt32, String, Boolean, Int32, MethodInstanceType, Boolean, UInt32, UInt32, [], [], String, String, UInt32, Guid) | Initializes a new instance of the class. |
Top
Properties
Name | Description | |
---|---|---|
AssociationGroupId | Sets or gets the AssociationGroupId property. | |
DestinationEntityName | Sets or gets the DestinationEntityName property. | |
DestinationEntityNamespace | Sets or gets the DestinationEntityNamespace property. | |
Id | Gets or sets the identifier (ID) of the metadata object. (Inherited from MetadataObjectStruct.) | |
IsCached | Gets or sets whether the metadata object is cached. (Inherited from MetadataObjectStruct.) | |
IsDefault | Gets or sets whether the MethodInstance object is the default object. (Inherited from MethodInstanceStruct.) | |
MethodId | Gets or sets the method identifier (ID). (Inherited from MethodInstanceStruct.) | |
MethodInstanceType | Gets or sets the MethodInstance type. (Inherited from MethodInstanceStruct.) | |
Name | Gets or sets the name of the metadata object. (Inherited from MetadataObjectStruct.) | |
ObjectVersion | Gets or sets the object version. (Inherited from MetadataObjectStruct.) | |
PartitionId | Gets or sets the partition identifier (ID). (Inherited from MetadataObjectStruct.) | |
ReturnTypeDescriptorId | Gets or sets the return TypeDescriptor identifier (ID). (Inherited from MethodInstanceStruct.) | |
SourceEntityNames | Sets or gets the list of source external content type names. | |
SourceEntityNamespaces | Sets or gets the list of source external content type namespaces. |
Top
Methods
Name | Description | |
---|---|---|
ToString | (Inherited from Object.) |
Top