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 access control list (ACL) from the default setting to the target setting. (Inherited from IndividuallySecurableMetadataObject.)
Public method Delete Deletes the MetadataObject object. (Inherited from MetadataObject.)
Public method Equals (Inherited from Object.)
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 this XML 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 identifier and writes this XML to the specified stream using the specified encoding.
Protected method Finalize (Inherited from Object.)
Public method GetAccessControlList() Gets the access control list for this metadata object. (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 method GetEntities Gets a collection of external content types from the Metadata Store.
Public method GetEntity Gets the active external content type using the specified name and namespace.
Public method GetEntityVersion Gets the external content type by using its name, namespace, and version.
Public method GetHashCode (Inherited from Object.)
Public method GetImportProgress Gets the progress of the import process.
Public method GetLobSystem Gets the external system using the specified name.
Public method GetLobSystems Gets the collection of external systems whose names match the specified wildcard name.
Public method GetModel Gets the metadata model using the specified name.
Public method GetModels Gets the collection of metadata models whose names match the specified wildcard name.
Public method GetType (Inherited from Object.)
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.
Protected method MemberwiseClone (Inherited from Object.)
Public method Read When overridden in a derived class, reads the metadata object from the metadata store and creates an object. (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 WriteSlicedXml Writes a sliced XML fragment in the metadata store. (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 Namespace