ILobSystem Members
Include Protected Members
Include Inherited Members
Represents an external system.
The ILobSystem type exposes the following members.
Properties
Name | Description | |
---|---|---|
Catalog | Gets the MetadataCatalog that this ILobSystem object is obtained from. | |
ConnectionManagerType | Gets the type of the connection manager. (Inherited from ILobSystemStruct.) | |
Id | Gets the identifier of the metadata object. (Inherited from IMetadataStruct.) | |
IsCached | Determines whether the metadata object is cached in memory. (Inherited from IMetadataStruct.) | |
Name | Gets the name of the metadata object. (Inherited from IMetadataStruct.) | |
SystemType | Gets the type of the external system. (Inherited from ILobSystemStruct.) | |
SystemUtilityType | Gets the type of the system utility. (Inherited from ILobSystemStruct.) |
Top
Methods
Name | Description | |
---|---|---|
ContainsLocalizedDisplayName | Determines whether this metadata object contains a localized display name. (Inherited from IMetadataObject.) | |
GetDataClasses | Gets the data classes contained by this external system. | |
GetDefaultDisplayName | Returns the default display name of this metadata object. (Inherited from IMetadataObject.) | |
GetEntities | Gets the external content types contained by this external system. | |
GetLobSystemInstances | Gets the instances of this external system. | |
GetLocalizedDisplayName | Returns the localized display name of this metadata object. (Inherited from IMetadataObject.) | |
GetLocalizedNames | Returns the localized names of this metadata object. (Inherited from IMetadataObject.) | |
GetProperties | Returns the properties of this metadata object. (Inherited from IMetadataObject.) |
Top