MetadataObject Members

Include Protected Members
Include Inherited Members

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

Top

Properties

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

Top

Methods

  Name Description
Public method ContainsLocalizedDisplayName Indicates whether the metadata object contains a localized display name.
Public method Delete When overridden in a derived class, deletes the metadata object and all of its children.
Protected method DeleteInternal 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 Indicates whether the metadata object is of the specified primitive type.
Protected method MemberwiseClone (Inherited from Object.)
Public method Read When overridden in a derived class, reads the metadata object from the metadata repository and creates an object.
Protected method ReadInternal When overridden in a derived class, reads the metadata object from the metadata repository and creates an object.
Protected methodStatic member ResolveInvalidAttribute Infrastructure.
Protected methodStatic member ResolveInvalidElement Infrastructure.
Protected methodStatic member ResolveMissingAttribute Infrastructure.
Protected methodStatic member ResolveMissingElement Infrastructure.
Public method ToString (Inherited from Object.)
Public method Update Updates the metadata object in the repository.
Protected method UpdateInternal Updates the metadata object in the repository with the specified SQL command.
Public method WriteXml Writes the specified XML fragment in the metadata repository.
Public method WriteXmlLocalizedNames Writes the specified XML fragment containing localized names in the metadata repository.
Public method WriteXmlProperties Writes the specified XML fragment containing properties in the metadata repository.

Top

Fields

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

Top

See Also

Reference

MetadataObject Class

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace