IMetabaseCustomClass

Assembly: Metabase;

Description

The IMetabaseCustomClass interface contains properties that are used to work with a custom class.

Inheritance Hierarchy

          INamedEntity

          IMetabaseCustomClass

Properties

  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 operations are implemented.
ImplementationCoreAssembly The ImplementationCoreAssembly property determines an assembly containing implementation of the class without visual dependencies, which will handle operations of the custom class.
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.
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.

Properties inherited from INamedEntity

  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.

Methods

  Method name Brief description
ResetObjectImages The ResetObjectImages method resets custom class icons.

See also:

Metabase Assembly Interfaces