AccessControlledMetadataObject 成员 (Microsoft.Office.Server.ApplicationRegistry.Administration)
Represents a Business Data Catalog metadata object whose access can be controlled by permissions. All 13 administration metadata objects and ApplicationRegistry inherit from this class and therefore can be controlled by permissions. This class cannot be instantiated.
以下表格列出了由 AccessControlledMetadataObject 类型公开的成员。
受保护的构造函数
名称 | 说明 | |
---|---|---|
AccessControlledMetadataObject | This constructor supports the MOSS infrastructure and is not intended to be used directly from your code. |
页首
受保护的字段
名称 | 说明 | |
---|---|---|
version | Represents the version number of the metadata object.(继承自 MetadataObject) |
页首
公共属性
名称 | 说明 | |
---|---|---|
DefaultDisplayName | Gets the default display name of the metadata object.(继承自 MetadataObject) | |
Id | Gets the unique ID of the metadata object from the metadata repository.(继承自 MetadataObject) | |
IsCached | Indicates whether this metadata object is cached or not.(继承自 MetadataObject) | |
LocalizedDisplayName | Gets or sets the localized display name for the metadata object.(继承自 MetadataObject) | |
LocalizedDisplayNames | Gets all the localized display names available for this metadata object.(继承自 MetadataObject) | |
Name | Gets or sets the name of the metadata object.(继承自 MetadataObject) | |
Properties | Gets all the properties that belong to this metadata object.(继承自 MetadataObject) |
页首
公共方法
(另请参阅 受保护的方法 )
名称 | 说明 | |
---|---|---|
ContainsLocalizedDisplayName | Indicates whether the metadata object contains a localized display name.(继承自 MetadataObject) | |
Delete | 已重写。 Extends the implementation of the Delete method inherited from the base class, MetadataObject. Deletes this metadata object. | |
Equals | 已重载。 (继承自 Object) | |
GetAccessControlList | A virtual method that is designed to return the list of access control entries (ACEs) associated with the metadata object registered in the Business Data Catalog. | |
GetHashCode | (继承自 Object) | |
GetType | (继承自 Object) | |
Read | When overridden in a derived class, reads the metadata object from the metadata repository and creates an object.(继承自 MetadataObject) | |
ReferenceEquals | (继承自 Object) | |
ToString | (继承自 Object) | |
Update | 已重写。 Extends the implementation of the Update method inherited from the base class, MetadataObject. Updates a metadata object and commits any changes to its fields to the database. | |
WriteXml | (继承自 MetadataObject) | |
WriteXmlLocalizedNames | (继承自 MetadataObject) | |
WriteXmlProperties | (继承自 MetadataObject) | |
WriteXmlSecurity | Writes the XML fragment containing security information. |
页首
受保护的方法
名称 | 说明 | |
---|---|---|
DeleteInternal | (继承自 MetadataObject) | |
Finalize | (继承自 Object) | |
GetNearestIndividuallySecurableMetadataObjectAncestor | An abstract method that is designed to return the nearest individually securable ancestor. | |
IsPrimitive | (继承自 MetadataObject) | |
MemberwiseClone | (继承自 Object) | |
ReadInternal | (继承自 MetadataObject) | |
ResolveInvalidAttribute | (继承自 MetadataObject) | |
ResolveInvalidElement | (继承自 MetadataObject) | |
ResolveMissingAttribute | (继承自 MetadataObject) | |
ResolveMissingElement | (继承自 MetadataObject) | |
UpdateInternal | (继承自 MetadataObject) |
页首
另请参阅
参考
AccessControlledMetadataObject 类
Microsoft.Office.Server.ApplicationRegistry.Administration 命名空间