Assembly: Metabase;
The IMetabaseCustomClass interface contains properties that are used to work with a custom class.
IMetabaseCustomClass
| Property name | Brief description | |
![]() |
ClassId | The ClassId property returns an identifier of the class. |
![]() |
Data | The Data property determines text custom data for a class. |
![]() |
Description | The Description property determines description of the class. |
![]() |
ImplementationAssembly | The ImplementationAssembly determines the assembly, containing the implementation of the class, which will handle operations of the custom class. |
![]() |
ImplementationClass | The ImplementationClass property determines the name of the class, in which the procedures for handling desktop application operations are implemented. |
![]() |
ImplementationCoreAssembly | The ImplementationCoreAssembly property determines the unit/assembly containing implementation of the class without visual dependencies that will handle custom class operations. |
![]() |
ImplementationCoreClass | The ImplementationCoreClass property determines the name of the class without visual dependencies, in which the procedures for handling operations are implemented. |
![]() |
ImplementationURL | The ImplementationURL property sets URL of the script that implements class object operations that will be executed in the web application. |
![]() |
IsContainer | The IsContainer property determines the permission to add child objects for custom class. |
![]() |
LargeImage | The LargeImage property determines a large icon that will be used for custom class objects. |
![]() |
LargeImageIndex | The LargeImageIndex property determines large icon index for class in the collection. |
![]() |
Operations | The Operations property returns the collection of class custom operations. |
![]() |
OperationsWeb | The OperationsWeb property returns the collection of custom class operations available in the web application. |
![]() |
Resource | The Resource property determines a repository resource, which will store custom class metadata. |
![]() |
SmallImage | The SmallImage property determines a small icon that will be used for custom class objects. |
![]() |
SmallImageIndex | The SmallImageIndex property determines small icon index for class in the collection. |
![]() |
StandardOperations | The StandardOperations property returns the collection of class standard operations. |
![]() |
StandardOperationsWeb | The StandardOperationsWeb property returns the collection of standard class operations available in the web application. |
| Property name | Brief description | |
![]() |
Id | The Id property determines an object identifier. |
![]() |
Key | The Key property returns the object key. |
![]() |
Name | The Name property determines an object name. |
| Method name | Brief description | |
![]() |
ResetObjectImages | The ResetObjectImages method resets custom class icons. |
See also: