Share via


MetadataObject Members

Include Protected Members
Include Inherited Members

NOTE: This API is now obsolete.

Represents the abstract base class of the 13 metadata objects in the Business Data Catalog.

The MetadataObject type exposes the following members.

Constructors

  Name Description
Protected method MetadataObject Obsolete.

Top

Properties

  Name Description
Public property DefaultDisplayName Obsolete. Gets the default display name of the metadata object.
Public property Id Obsolete. Gets the unique ID of the metadata object from the metadata repository.
Public property IsCached Obsolete. Indicates whether this metadata object is cached or not.
Public property LocalizedDisplayName Obsolete. Gets or sets the localized display name for the metadata object.
Public property LocalizedDisplayNames Obsolete. Gets all the localized display names available for this metadata object.
Public property Name Obsolete. Gets or sets the name of the metadata object.
Public property Properties Obsolete. Gets all the properties that belong to this metadata object.

Top

Methods

  Name Description
Public method ContainsLocalizedDisplayName Obsolete. Indicates whether the metadata object contains a localized display name.
Public method Delete Obsolete. When overridden in a derived class, deletes the metadata object and all of its children.
Protected method DeleteInternal Obsolete. When overridden in a derived class, deletes the metadata object and all of its children as per the specified SQL command.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method IsPrimitive Obsolete. Indicates whether the metadata object is of the specified primitive type.
Protected method MemberwiseClone (Inherited from Object.)
Public method Read Obsolete. When overridden in a derived class, reads the metadata object from the metadata repository and creates an object.
Protected method ReadInternal Obsolete. When overridden in a derived class, reads the metadata object from the metadata repository and creates an object.
Protected methodStatic member ResolveInvalidAttribute Obsolete. Reserved for internal use.
Protected methodStatic member ResolveInvalidElement Obsolete. Reserved for internal use.
Protected methodStatic member ResolveMissingAttribute Obsolete. Reserved for internal use.
Protected methodStatic member ResolveMissingElement Obsolete. Reserved for internal use.
Public method ToString (Inherited from Object.)
Public method Update Obsolete. Updates the metadata object in the repository.
Protected method UpdateInternal Obsolete. Updates the metadata object in the repository with the specified SQL command.
Public method WriteXml Obsolete. Writes the specified XML fragment in the metadata repository.
Public method WriteXmlLocalizedNames Obsolete. Writes the specified XML fragment containing localized names in the metadata repository.
Public method WriteXmlProperties Obsolete. Writes the specified XML fragment containing properties in the metadata repository.

Top

Fields

  Name Description
Protected field version Obsolete. Represents the version number of the metadata object.

Top

See Also

Reference

MetadataObject Class

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace