ManyToManyRelationshipMetadata Class

Definition

Contains the metadata for a many-to-many entity relationship.

public ref class ManyToManyRelationshipMetadata sealed : Microsoft::Xrm::Sdk::Metadata::RelationshipMetadataBase
[Microsoft.Xrm.Sdk.Metadata.MetadataName(LogicalCollectionName="ManyToManyRelationshipDefinitions", LogicalName="ManyToManyRelationshipMetadata")]
[System.Runtime.Serialization.DataContract(Name="ManyToManyRelationshipMetadata", Namespace="http://schemas.microsoft.com/xrm/2011/Metadata")]
public sealed class ManyToManyRelationshipMetadata : Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase
[<Microsoft.Xrm.Sdk.Metadata.MetadataName(LogicalCollectionName="ManyToManyRelationshipDefinitions", LogicalName="ManyToManyRelationshipMetadata")>]
[<System.Runtime.Serialization.DataContract(Name="ManyToManyRelationshipMetadata", Namespace="http://schemas.microsoft.com/xrm/2011/Metadata")>]
type ManyToManyRelationshipMetadata = class
    inherit RelationshipMetadataBase
Public NotInheritable Class ManyToManyRelationshipMetadata
Inherits RelationshipMetadataBase
Inheritance
ManyToManyRelationshipMetadata
Attributes

Constructors

ManyToManyRelationshipMetadata()

Initializes a new instance of the ManyToManyRelationshipMetadata class

Properties

Entity1AssociatedMenuConfiguration

Gets or sets the associated menu configuration for the first entity.

Entity1IntersectAttribute

Gets or sets the attribute that defines the relationship in the first entity.

Entity1LogicalName

Gets or sets the logical name of the first entity in the relationship.

Entity1NavigationPropertyName

Gets or sets the navigation property name for the first entity in the relationship.

Entity2AssociatedMenuConfiguration

Gets or sets the associated menu configuration for the second entity.

Entity2IntersectAttribute

Gets or sets the attribute that defines the relationship in the second entity.

Entity2LogicalName

Gets or sets the logical name of the second entity in the relationship.

Entity2NavigationPropertyName

Gets or sets the navigation property name for the second entity in the relationship.

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from MetadataBase)
HasChanged

Gets whether the item of metadata has changed.

(Inherited from MetadataBase)
IntersectEntityName

Gets or sets the name of the intersect entity for the relationship.

IntroducedVersion

Gets a string identifying the solution version that the solution component was added in.

(Inherited from RelationshipMetadataBase)
IsCustomizable

Gets or sets whether the entity relationship is customizable.

(Inherited from RelationshipMetadataBase)
IsCustomRelationship

Gets whether the relationship is a custom relationship.

(Inherited from RelationshipMetadataBase)
IsManaged

Gets whether the entity relationship is part of a managed solution.

(Inherited from RelationshipMetadataBase)
IsValidForAdvancedFind

Gets or sets whether the entity relationship should be shown in Advanced Find.

(Inherited from RelationshipMetadataBase)
MetadataId

Gets or sets a unique identifier for the metadata item.

(Inherited from MetadataBase)
RelationshipType

Gets the type of relationship.

(Inherited from RelationshipMetadataBase)
SchemaName

Gets or sets the schema name for the entity relationship.

(Inherited from RelationshipMetadataBase)
SecurityTypes

Gets or sets the security type for the relationship.

(Inherited from RelationshipMetadataBase)

Applies to