ComplexOneToManyRelationshipMetadata ComplexType

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

Properties

The properties of a complex type contain the structured data of the type.

Name Type Details
AssociatedMenuConfiguration AssociatedMenuConfiguration

Specifies the associated menu configuration.

CascadeConfiguration CascadeConfiguration

The cascading behaviors for the entity relationship.

DenormalizedAttributeName Edm.String

The denormalized attribute name of the complex one to many relationship metadata.

EntityKey Edm.String

The entity key of the complex one to many relationship metadata.

HasChanged Edm.Boolean

Whether the item of metadata has changed.

IntroducedVersion Edm.String

A string identifying the solution version that the solution component was added in.

IsCustomizable BooleanManagedProperty

Whether the entity relationship is customizable.

IsCustomRelationship Edm.Boolean

Whether the relationship is a custom relationship.

IsDenormalizedLookup Edm.Boolean

Whether is denormalized lookup is enabled.

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.

IsRelationshipAttributeDenormalized Edm.Boolean

Whether is relationship attribute denormalized is enabled.

IsValidForAdvancedFind Edm.Boolean

Whether the entity relationship should be shown in Advanced Find.

MetadataId Edm.Guid

A unique identifier for the metadata item.

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)

The relationship attributes for the complex one to many relationship metadata.

RelationshipBehavior Edm.Int32

Defines the behavior of a relationship (relational, parental, custom).

RelationshipType RelationshipType

The type of relationship.

SchemaName Edm.String

The schema name for the entity relationship.

SecurityTypes SecurityTypes

The security type for the relationship.

Used by

The following use the ComplexOneToManyRelationshipMetadata ComplexType.

Name How used
ComplexEntityMetadata ManyToOneRelationships Property
ComplexEntityMetadata OneToManyRelationships Property
CreateCustomerRelationships OneToManyRelationships Parameter
CreatePolymorphicLookupAttribute OneToManyRelationships Parameter

See also