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 | |
---|---|---|
MetadataObject | Obsolete. |
Top
Properties
Name | Description | |
---|---|---|
DefaultDisplayName | Obsolete. Gets the default display name of the metadata object. | |
Id | Obsolete. Gets the unique ID of the metadata object from the metadata repository. | |
IsCached | Obsolete. Indicates whether this metadata object is cached or not. | |
LocalizedDisplayName | Obsolete. Gets or sets the localized display name for the metadata object. | |
LocalizedDisplayNames | Obsolete. Gets all the localized display names available for this metadata object. | |
Name | Obsolete. Gets or sets the name of the metadata object. | |
Properties | Obsolete. Gets all the properties that belong to this metadata object. |
Top
Methods
Name | Description | |
---|---|---|
ContainsLocalizedDisplayName | Obsolete. Indicates whether the metadata object contains a localized display name. | |
Delete | Obsolete. When overridden in a derived class, deletes the metadata object and all of its children. | |
DeleteInternal | Obsolete. When overridden in a derived class, deletes the metadata object and all of its children as per the specified SQL command. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IsPrimitive | Obsolete. Indicates whether the metadata object is of the specified primitive type. | |
MemberwiseClone | (Inherited from Object.) | |
Read | Obsolete. When overridden in a derived class, reads the metadata object from the metadata repository and creates an object. | |
ReadInternal | Obsolete. When overridden in a derived class, reads the metadata object from the metadata repository and creates an object. | |
ResolveInvalidAttribute | Obsolete. Reserved for internal use. | |
ResolveInvalidElement | Obsolete. Reserved for internal use. | |
ResolveMissingAttribute | Obsolete. Reserved for internal use. | |
ResolveMissingElement | Obsolete. Reserved for internal use. | |
ToString | (Inherited from Object.) | |
Update | Obsolete. Updates the metadata object in the repository. | |
UpdateInternal | Obsolete. Updates the metadata object in the repository with the specified SQL command. | |
WriteXml | Obsolete. Writes the specified XML fragment in the metadata repository. | |
WriteXmlLocalizedNames | Obsolete. Writes the specified XML fragment containing localized names in the metadata repository. | |
WriteXmlProperties | Obsolete. Writes the specified XML fragment containing properties in the metadata repository. |
Top
Fields
Name | Description | |
---|---|---|
version | Obsolete. Represents the version number of the metadata object. |
Top
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace