Share via


AdministrationMetadataCatalog Members

Include Protected Members
Include Inherited Members

Contains members that administer the Business Data Connectivity (BDC) service Metadata Store.

The AdministrationMetadataCatalog type exposes the following members.

Properties

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

Top

Methods

  Name Description
Public method ContainsLocalizedDisplayName Indicates whether the object contains a localized display name. (Inherited from MetadataObject.)
Public method CopyAclAcrossChildren Copies the list of access control entries (ACEs) associated with the metadata object to all of its child metadata objects. Each individually securable metadata object inherits from this class and provides its own implementation of this method. (Inherited from IndividuallySecurableMetadataObject.)
Public method CopyAclAcrossChildrenForSetting Copies the list of access control entries (ACEs) associated with the metadata object to all of its child metadata objects for the specified setting. Each individually securable metadata object inherits from this class and provides its own implementation of this method. (Inherited from IndividuallySecurableMetadataObject.)
Public method CopyAclToSetting Copies the list of access control entries (ACEs) associated with the metadata object to the object setting. (Inherited from IndividuallySecurableMetadataObject.)
Public method Delete Deletes the MetadataObject. (Inherited from MetadataObject.)
Public method ExportPackage(String, PackageContents) Returns an XML representation of the metadata model.
Public method ExportPackage(String, PackageContents, String) Returns an XML representation of the metadata model using the model name, the package contents, and the setting identifier.
Public method ExportPackage(String, Stream, Encoding, PackageContents) Generates an XML representation of the metadata model using the specified model name and package contents and writes it to the specified stream using the specified encoding.
Public method ExportPackage(String, Stream, Encoding, PackageContents, String) Generates an XML representation of the metadata model using the specified model name, package contents, and setting ID, and writes it to the specified stream using the specified encoding.
Public method GetAccessControlList() Gets the access control list (ACL) from the containing entity. (Inherited from AccessControlledMetadataObject.)
Public method GetAccessControlList(String) Gets a list of the individually securable child metadata objects. (Inherited from IndividuallySecurableMetadataObject.)
Public method GetAccessControlList(String, Boolean) Gets a list of the individually securable child metadata objects. (Inherited from IndividuallySecurableMetadataObject.)
Public methodStatic member GetCatalog(String) Gets the Metadata Store using the specified site URL.
Public methodStatic member GetCatalog(String, ILobiAuthenticationProvider) Gets the Metadata Store using the specified site URL and authentication provider.
Public method GetEntities Gets a collection of external content types whose namespaces and names match the specified wildcard values.
Public method GetEntity Gets the external content type by using its name and namespace.
Public method GetEntityVersion Gets the external content type by using its name, namespace, and version.
Public method GetImportProgress Gets the progress of the import process.
Public method GetLobSystem Gets the external system object by using its name.
Public method GetLobSystems Gets the collection of external systems whose names match the specified wildcard name.
Public method GetModel Gets the model by using its name.
Public method GetModels Gets the models whose names match the specified wildcard name.
Public method ImportPackage(String, [], PackageContents) Imports the model given in the XML into the Metadata Store.
Public method ImportPackage(Stream, [], Encoding, PackageContents) Imports the model from the specified stream into the Metadata Store using the specified encoding and package contents.
Public method ImportPackage(String, [], PackageContents, String) Imports the model given in the XML into the Metadata Store using the specified package contents and setting.
Public method ImportPackage(Stream, [], Encoding, PackageContents, String) Imports the model from the specified stream into the Metadata Store using the specified encoding and package contents.
Public method ImportPackage(String, [], PackageContents, String, Boolean, Guid) Imports the model given in the XML into the Metadata Store using the specified package contents, setting, update model, and job ID.
Public method Read When overridden in a derived class, reads the metadata object from the metadata store and creates an object, overwriting the current value of the fields of the object with whatever was present in the metadata store. (Inherited from MetadataObject.)
Protected method ReadCommon This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from MetadataObject.)
Public method SetAccessControlList(IAccessControlList) Sets the access control list (ACL) for an individually securable metadata object. (Inherited from IndividuallySecurableMetadataObject.)
Public method SetAccessControlList(IAccessControlList, String) Sets the access control list (ACL) for an individually securable metadata object for the specified setting. (Inherited from IndividuallySecurableMetadataObject.)
Public method ToString (Inherited from Object.)
Public method Update Updates the object. (Inherited from MetadataObject.)
Public method WriteXml(PackageContents) Not supported, and if invoked throws a NotSupportedException exception. (Overrides MetadataObject.WriteXml(PackageContents).)
Public method WriteXml(PackageContents, String) Not supported, and if invoked throws a NotSupportedException exception. (Overrides MetadataObject.WriteXml(PackageContents, String).)

Top

See Also

Reference

AdministrationMetadataCatalog Class

Microsoft.SharePoint.BusinessData.Administration.Client Namespace