OneToManyRelationshipMetadata EntityType
- Base type:
- RelationshipMetadataBase
- Operations supported:
- GET PUT DELETE
Properties
Properties represent fields of data stored in the entity.
Name | Type | Details |
---|---|---|
AssociatedMenuConfiguration | AssociatedMenuConfiguration |
The associated menu configuration. |
CascadeConfiguration | CascadeConfiguration |
The cascading behaviors for the entity relationship. |
DenormalizedAttributeName | Edm.String | |
EntityKey | Edm.String | |
HasChanged | Edm.Boolean |
Indicates whether the item of metadata has changed. Inherited from: MetadataBase |
IntroducedVersion | Edm.String |
A string identifying the solution version that the solution component was added in. Inherited from: RelationshipMetadataBase |
IsCustomizable | BooleanManagedProperty |
Whether the entity relationship is customizable. Inherited from: RelationshipMetadataBase |
IsCustomRelationship | Edm.Boolean |
Whether the relationship is a custom relationship. Inherited from: RelationshipMetadataBase |
IsDenormalizedLookup | Edm.Boolean | |
IsHierarchical | Edm.Boolean |
Whether this relationship is the designated hierarchical self-referential relationship for this entity. |
IsManaged | Edm.Boolean |
Whether the entity relationship is part of a managed solution. Inherited from: RelationshipMetadataBase |
IsRelationshipAttributeDenormalized | Edm.Boolean | |
IsValidForAdvancedFind | Edm.Boolean |
Whether the entity relationship should be shown in Advanced Find. Inherited from: RelationshipMetadataBase |
MetadataId | Edm.Guid |
A unique identifier for the metadata item. Inherited from: MetadataBase |
ReferencedAttribute | Edm.String |
The name of primary attribute for the referenced entity. |
ReferencedEntity | Edm.String |
The name of the referenced entity. |
ReferencedEntityNavigationPropertyName | Edm.String |
The collection-valued navigation property used by this relationship. |
ReferencingAttribute | Edm.String |
The name of the referencing attribute. |
ReferencingEntity | Edm.String |
The name of the referencing entity. |
ReferencingEntityNavigationPropertyName | Edm.String |
The single-valued navigation property used by this relationship. |
RelationshipAttributes | Collection(RelationshipAttribute) | |
RelationshipBehavior | Edm.Int32 |
Defines the behavior of a relationship (relational, parental, custom). |
RelationshipType | RelationshipType |
The type of relationship. Inherited from: RelationshipMetadataBase |
SchemaName | Edm.String |
The schema name for the entity relationship. Inherited from: RelationshipMetadataBase |
SecurityTypes | SecurityTypes |
The security type for the relationship. Inherited from: RelationshipMetadataBase |
Used by
The following use the OneToManyRelationshipMetadata metadata entity type.
Name | How used |
---|---|
EntityMetadata | ManyToOneRelationships NavigationProperty |
EntityMetadata | OneToManyRelationships NavigationProperty |
Single-valued navigation properties
These properties refer to data stored in a different entity.
Name | Type | Partner |
---|---|---|
Lookup | LookupAttributeMetadata |