Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Defines properties and methods that support a data class that represents the base class of all external content types.
The IDataClass type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Catalog | Gets the metadata catalog that contains this data class. |
![]() |
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.) |
![]() |
Namespace | Gets the namespace of the given data class. |
![]() |
Version | Gets the version of this external content type. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
ContainsDefaultAction | Returns a value that indicates whether the DataClass has a default action. |
![]() |
ContainsLocalizedDisplayName | Determines whether this metadata object contains a localized display name. (Inherited from IMetadataObject.) |
![]() |
Execute(IMethodInstance, ILobSystemInstance) | Executes the given method instance against a given external system instance. |
![]() |
Execute(IMethodInstance, ILobSystemInstance, []) | Executes the given method instance against a given external system instance with the given parameters. |
![]() |
GetAccessControlList | Retrieves the access control list (ACL) for this object. (Inherited from IAccessControlledMetadataObject.) |
![]() |
GetActions | Returns available actions associated with this DataClass. |
![]() |
GetDefaultAction | Returns the default action for the DataClass. |
![]() |
GetDefaultDisplayName | Returns the default display name of this metadata object. (Inherited from IMetadataObject.) |
![]() |
GetLobSystem | Gets the external system of this data class. |
![]() |
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.) |
![]() |
GetMethodInstance | Gets the method instance with the specified name and stereotype. |
![]() |
GetMethodInstances() | Gets the method instances of this data class. |
![]() |
GetMethodInstances(MethodInstanceType) | Gets the method instances of this data class with the given stereotype. |
![]() |
GetMethods | Gets the methods of this data class. |
![]() |
GetProperties | Returns the properties of this metadata object. (Inherited from IMetadataObject.) |
Top