MetadataBase EntityType

Base Type
crmmodelbaseentity

Properties

Properties represent fields of data stored in the entity.

Name Type Details
HasChanged Edm.Boolean

Indicates whether the item of metadata has changed.

MetadataId Edm.Guid

A unique identifier for the metadata item.

Derived Types

The following entity types inherit from the MetadataBase entity type.

Name Description
AttributeMetadata Contains all the metadata for an entity attribute.
EntityMetadata Contains the metadata for an entity.
EntityKeyMetadata Contains the metadata for entity key.
OptionSetMetadataBase Contains data that defines a set of options.
ManagedPropertyMetadata For internal use only.
RelationshipMetadataBase Contains the metadata for an entity relationship.

See also