OneToManyRelationshipMetadata Class
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Contains the metadata for a one-to-many entity relationship.
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Microsoft.Xrm.Sdk.Metadata.MetadataBase
Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase
Microsoft.Xrm.Sdk.Metadata.OneToManyRelationshipMetadata
[MetadataNameAttribute(LogicalName = "OneToManyRelationshipMetadata", LogicalCollectionName = "OneToManyRelationshipDefinitions")] [DataContractAttribute(Name = "OneToManyRelationshipMetadata", Namespace = "http://schemas.microsoft.com/xrm/2011/Metadata")] public sealed class OneToManyRelationshipMetadata : RelationshipMetadataBase
| Name | Description | |
|---|---|---|
![]() | OneToManyRelationshipMetadata() | Initializes a new instance of theOneToManyRelationshipMetadata class |
| Name | Description | |
|---|---|---|
![]() | AssociatedMenuConfiguration | Gets or sets the associated menu configuration. |
![]() | CascadeConfiguration | Gets or sets cascading behaviors for the entity 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.) |
![]() | 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.) |
![]() | IsHierarchical | Gets or sets whether this relationship is the designated hierarchical self-referential relationship for this entity. |
![]() | 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.) |
![]() | ReferencedAttribute | Get or set the name of primary attribute for the referenced entity. |
![]() | ReferencedEntity | Get or set the name of the referenced entity. |
![]() | ReferencedEntityNavigationPropertyName | Gets or sets the name of the collection-valued navigation property used by this relationship. |
![]() | ReferencingAttribute | Get or set the name of the referencing attribute. |
![]() | ReferencingEntity | Gets or sets the name of the referencing entity. |
![]() | ReferencingEntityNavigationPropertyName | Gets or sets the name of the single-valued navigation property used by this relationship. |
![]() | 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.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright

