MetadataObject 成员 (Microsoft.Office.Server.ApplicationRegistry.Administration)
Represents the abstract base class of the 13 metadata objects in the Business Data Catalog.
以下表格列出了由 MetadataObject 类型公开的成员。
受保护的构造函数
名称 | 说明 | |
---|---|---|
MetadataObject |
页首
受保护的字段
名称 | 说明 | |
---|---|---|
version | Represents the version number of the metadata object. |
页首
公共属性
名称 | 说明 | |
---|---|---|
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. |
页首
公共方法
(另请参阅 受保护的方法 )
名称 | 说明 | |
---|---|---|
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. | |
Equals | 已重载。 (继承自 Object) | |
GetHashCode | (继承自 Object) | |
GetType | (继承自 Object) | |
Read | When overridden in a derived class, reads the metadata object from the metadata repository and creates an object. | |
ReferenceEquals | (继承自 Object) | |
ToString | (继承自 Object) | |
Update | Updates the metadata object in the repository. | |
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. |
页首
受保护的方法
名称 | 说明 | |
---|---|---|
DeleteInternal | When overridden in a derived class, deletes the metadata object and all of its children as per the specified SQL command. | |
Finalize | (继承自 Object) | |
IsPrimitive | Indicates whether the metadata object is of the specified primitive type. | |
MemberwiseClone | (继承自 Object) | |
ReadInternal | When overridden in a derived class, reads the metadata object from the metadata repository and creates an object. | |
ResolveInvalidAttribute | ||
ResolveInvalidElement | ||
ResolveMissingAttribute | ||
ResolveMissingElement | ||
UpdateInternal | Updates the metadata object in the repository with the specified SQL command. |
页首
另请参阅
参考
MetadataObject 类
Microsoft.Office.Server.ApplicationRegistry.Administration 命名空间