LobSystem Members
Include Protected Members
Include Inherited Members
Defines methods and properties to describe an external system object.
The LobSystem type exposes the following members.
Properties
Name | Description | |
---|---|---|
DefaultDisplayName | Gets or sets the default display name. (Inherited from MetadataObject.) | |
Entities | Gets the external content types contained by the specified external system object. | |
GetConfigurableProperties | Gets the list of configurable properties. | |
HasProxyAssembly | Indicates whether the proxy assembly is present for the external system object. | |
Id | Gets the identifier of the MetadataObject object. (Inherited from MetadataObject.) | |
IsCached | Indicates whether the object is cached. (Inherited from MetadataObject.) | |
LobSystemInstances | Gets the collection of external system instances. | |
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.) | |
SystemType | Gets or sets the external system type. |
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 access control list (ACL) from the default setting to the target setting. (Inherited from IndividuallySecurableMetadataObject.) | |
Create | Creates a new external system in the BDC Metadata Store. | |
Delete | Deletes the MetadataObject object. (Inherited from MetadataObject.) | |
DeleteProxyAssembly | Deletes the proxy assembly. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GenerateProxyAssembly | Generates a proxy assembly. | |
GetAccessControlList() | Gets the access control list for this metadata object. (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.) | |
GetAllAssemblies | Gets a list of all assemblies. | |
GetById | Gets an external system object with the specified identifier (ID). | |
GetEntityCount | Gets the external content type count. | |
GetHashCode | (Inherited from Object.) | |
GetProxyAssembly | Gets the proxy assembly as a byte array for the given external system object. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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. | |
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. | |
PersistAssembly | Persists the assembly and dependent assembly bytes in the BDC store. | |
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().) | |
ReadCommon | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from MetadataObject.) | |
ReadXml | Reads the external system definition from the specified metadata XML for the specified Metadata Store. | |
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.) | |
WriteSlicedXml | Writes a sliced XML fragment in the metadata store. (Inherited from MetadataObject.) | |
WriteXml(PackageContents) | Returns the XML representation of the MetadataObject. (Inherited from MetadataObject.) | |
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