MetadataObject Members

Include Protected Members
Include Inherited Members

Represents the basic object that is used to hold information about data.

The MetadataObject type exposes the following members.

Constructors

  Name Description
Protected method MetadataObject Initializes a new instance of the class.

Top

Properties

  Name Description
Public property DefaultDisplayName Gets or sets the default display name.
Public property Id Gets the identifier of the MetadataObject object.
Public property IsCached Indicates whether the object is cached.
Public property LocalizedDisplayName Gets or sets the localized display name.
Public property LocalizedDisplayNames Gets the collection of localized display names.
Public property Name Gets or sets the name of the object.
Public property Properties Gets the property collection of the object.

Top

Methods

  Name Description
Public method ContainsLocalizedDisplayName Indicates whether the object contains a localized display name.
Public method Delete Deletes the MetadataObject object.
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 MemberwiseClone (Inherited from Object.)
Public method Read When overridden in a derived class, reads the metadata object from the metadata store and creates an object.
Protected method ReadCommon This member is reserved for internal use and is not intended to be used directly from your code.
Public method ToString (Inherited from Object.)
Public method Update Updates the object.
Public method WriteSlicedXml Writes a sliced XML fragment in the metadata store.
Public method WriteXml(PackageContents) Returns the XML representation of the MetadataObject.
Public method WriteXml(PackageContents, String) Returns the XML representation of the MetadataObject, which is generated using the properties, localized names, and access control entries from the specified setting.

Top

See Also

Reference

MetadataObject Class

Microsoft.SharePoint.BusinessData.Administration Namespace