Share via


RelationshipMetadataBase EntityType

Base Type
MetadataBase

Properties

Properties represent fields of data stored in the entity.

Name Type Details
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

IsManaged Edm.Boolean

Whether the entity relationship is part of a managed solution.

Inherited From: RelationshipMetadataBase

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

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

Derived Types

The following entity types inherit from the RelationshipMetadataBase entity type.

Name Description
ManyToManyRelationshipMetadata Contains the metadata for a many-to-many entity relationship.
OneToManyRelationshipMetadata Contains the metadata for a one-to-many entity relationship.

See also