LobSystem members

Defines methods and properties to describe an external system object.

The LobSystem type exposes the following members.

Properties

  Name Description
Public property DefaultDisplayName Gets or sets the default display name. (Inherited from MetadataObject.)
Public property Entities Gets the external content types contained by the specified external system object.
Public property GetConfigurableProperties Gets the list of configurable properties.
Public property HasProxyAssembly Indicates whether the proxy assembly is present for the external system object.
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 LobSystemInstances Gets the collection of external system instances.
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.)
Public property SystemType Gets or sets the external system type.

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 methodStatic member Create Creates a new external system in the BDC Metadata Store.
Public method Delete Deletes the MetadataObject object. (Inherited from MetadataObject.)
Public method DeleteProxyAssembly Deletes the proxy assembly.
Public method GenerateProxyAssembly Generates a proxy assembly.
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 GetAllAssemblies Gets a list of all assemblies.
Public methodStatic member GetById Gets an external system object with the specified identifier (ID).
Public method GetEntityCount Gets the external content type count.
Public method GetProxyAssembly Gets the proxy assembly as a byte array for the given external system object.
Public methodStatic member MergeXml(String, [], PackageContents, AdministrationMetadataCatalog) Obsolete. Reads the external system definition from the specified resource XML for the specified Metadata Store, and then merges its properties, localized names, and access control entries with the existing external system in the Metadata Store.
Public methodStatic member MergeXml(String, [], PackageContents, AdministrationMetadataCatalog, String) Reads the external system definition from the specified resource XML for the specified Metadata Store, and then merges its properties, localized names, and access control entries with the existing external system in the Metadata Store.
Public method PersistAssembly Persists the assembly and dependent assembly bytes in the BDC store.
Public method Read Reads an external system object from the Metadata Store, overwriting the current value of the fields of the object with whatever was present in the Metadata Store. (Overrides MetadataObject.Read().)
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 methodStatic member ReadXml Reads the external system definition from the specified metadata XML for the specified Metadata Store.
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) Returns the XML representation of the MetadataObject. (Inherited from MetadataObject.)
Public method WriteXml(PackageContents, String) Returns the XML representation of the MetadataObject, which is generated using the properties, localized names, and access control entries from the specified setting. (Inherited from MetadataObject.)

Top

See also

Reference

LobSystem class

Microsoft.SharePoint.BusinessData.Administration namespace