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