ManyToManyRelationshipMetadata Class
Applies To: Dynamics CRM 2015
Contains the metadata for a many-to-many entity relationship.
Namespace: Microsoft.Xrm.Sdk.Metadata
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Inheritance Hierarchy
System.Object
Microsoft.Xrm.Sdk.Metadata.MetadataBase
Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase
Microsoft.Xrm.Sdk.Metadata.ManyToManyRelationshipMetadata
Syntax
[DataContractAttribute(Name = "ManyToManyRelationshipMetadata",
Namespace = "https://schemas.microsoft.com/xrm/2011/Metadata")]
public sealed class ManyToManyRelationshipMetadata : RelationshipMetadataBase
[DataContractAttribute(Name = "ManyToManyRelationshipMetadata",
Namespace = "https://schemas.microsoft.com/xrm/2011/Metadata")]
public ref class ManyToManyRelationshipMetadata sealed : RelationshipMetadataBase
[<Sealed>]
[<DataContractAttribute(Name = "ManyToManyRelationshipMetadata",
Namespace = "https://schemas.microsoft.com/xrm/2011/Metadata")>]
type ManyToManyRelationshipMetadata =
class
inherit RelationshipMetadataBase
end
<DataContractAttribute(Name := "ManyToManyRelationshipMetadata",
Namespace := "https://schemas.microsoft.com/xrm/2011/Metadata")>
Public NotInheritable Class ManyToManyRelationshipMetadata
Inherits RelationshipMetadataBase
Constructors
Name | Description | |
---|---|---|
ManyToManyRelationshipMetadata() | Initializes a new instance of theManyToManyRelationshipMetadata class |
Properties
Name | Description | |
---|---|---|
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. |
|
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. |
|
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.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Xrm.Sdk.Metadata Namespace
Customize entity relationship metadata
Return to top
© 2016 Microsoft. All rights reserved. Copyright