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 | |
---|---|---|
DefaultDisplayName | Gets or sets the default display name. (Inherited from MetadataObject.) | |
Id | Gets the identifier of the MetadataObject object. (Inherited from MetadataObject.) | |
IsCached | Indicates whether the object is cached. (Inherited from MetadataObject.) | |
LocalizedDisplayName | Gets or sets the localized display name. (Inherited from MetadataObject.) | |
LocalizedDisplayNames | Gets the collection of localized display names. (Inherited from MetadataObject.) | |
Name | Gets or sets the name of the object. (Inherited from MetadataObject.) | |
Properties | Gets the property collection of the object. (Inherited from MetadataObject.) |
Top
Methods
Name | Description | |
---|---|---|
ContainsLocalizedDisplayName | Indicates whether the object contains a localized display name. (Inherited from MetadataObject.) | |
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.) | |
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.) | |
CopyAclToSetting | Copies the list of access control entries (ACEs) associated with the metadata object to the object setting. (Inherited from IndividuallySecurableMetadataObject.) | |
Delete | Deletes the MetadataObject. (Inherited from MetadataObject.) | |
ExportPackage(String, PackageContents) | Returns an XML representation of the metadata model. | |
ExportPackage(String, PackageContents, String) | Returns an XML representation of the metadata model using the model name, the package contents, and the setting identifier. | |
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. | |
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. | |
GetAccessControlList() | Gets the access control list (ACL) from the containing entity. (Inherited from AccessControlledMetadataObject.) | |
GetAccessControlList(String) | Gets a list of the individually securable child metadata objects. (Inherited from IndividuallySecurableMetadataObject.) | |
GetAccessControlList(String, Boolean) | Gets a list of the individually securable child metadata objects. (Inherited from IndividuallySecurableMetadataObject.) | |
GetCatalog(String) | Gets the Metadata Store using the specified site URL. | |
GetCatalog(String, ILobiAuthenticationProvider) | Gets the Metadata Store using the specified site URL and authentication provider. | |
GetEntities | Gets a collection of external content types whose namespaces and names match the specified wildcard values. | |
GetEntity | Gets the external content type by using its name and namespace. | |
GetEntityVersion | Gets the external content type by using its name, namespace, and version. | |
GetImportProgress | Gets the progress of the import process. | |
GetLobSystem | Gets the external system object by using its name. | |
GetLobSystems | Gets the collection of external systems whose names match the specified wildcard name. | |
GetModel | Gets the model by using its name. | |
GetModels | Gets the models whose names match the specified wildcard name. | |
ImportPackage(String, [], PackageContents) | Imports the model given in the XML into the Metadata Store. | |
ImportPackage(Stream, [], Encoding, PackageContents) | Imports the model from the specified stream into the Metadata Store using the specified encoding and package contents. | |
ImportPackage(String, [], PackageContents, String) | Imports the model given in the XML into the Metadata Store using the specified package contents and setting. | |
ImportPackage(Stream, [], Encoding, PackageContents, String) | Imports the model from the specified stream into the Metadata Store using the specified encoding and package contents. | |
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. | |
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.) | |
ReadCommon | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from MetadataObject.) | |
SetAccessControlList(IAccessControlList) | Sets the access control list (ACL) for an individually securable metadata object. (Inherited from IndividuallySecurableMetadataObject.) | |
SetAccessControlList(IAccessControlList, String) | Sets the access control list (ACL) for an individually securable metadata object for the specified setting. (Inherited from IndividuallySecurableMetadataObject.) | |
ToString | (Inherited from Object.) | |
Update | Updates the object. (Inherited from MetadataObject.) | |
WriteXml(PackageContents) | Not supported, and if invoked throws a NotSupportedException exception. (Overrides MetadataObject.WriteXml(PackageContents).) | |
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