MetadataBase Class
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Specifies the base class for classes that contains metadata information.
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Microsoft.Xrm.Sdk.Metadata.MetadataBase
Microsoft.Xrm.Sdk.LocalizedLabel
Microsoft.Xrm.Sdk.Metadata.AttributeMetadata
Microsoft.Xrm.Sdk.Metadata.EntityKeyMetadata
Microsoft.Xrm.Sdk.Metadata.EntityMetadata
Microsoft.Xrm.Sdk.Metadata.ManagedPropertyMetadata
Microsoft.Xrm.Sdk.Metadata.OptionMetadata
Microsoft.Xrm.Sdk.Metadata.OptionSetMetadataBase
Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase
[DataContractAttribute(Name = "MetadataBase", Namespace = "http://schemas.microsoft.com/xrm/2011/Metadata")] [KnownTypeAttribute(typeof(RelationshipMetadataBase))] [KnownTypeAttribute(typeof(EntityMetadata))] [KnownTypeAttribute(typeof(AttributeMetadata))] [KnownTypeAttribute(typeof(OptionSetMetadata))] public abstract class MetadataBase : IExtensibleDataObject
| Name | Description | |
|---|---|---|
![]() | MetadataBase() | Initializes a new instance of theMetadataBase class |
| Name | Description | |
|---|---|---|
![]() | ExtensionData | Gets or sets the structure that contains extra data. |
![]() | HasChanged | Gets whether the item of metadata has changed. |
![]() | MetadataId | Gets or sets a unique identifier for the metadata item. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright


