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

See also