IMetabaseCustomClass

Description

The IMetabaseCustomClass interface contains properties used to work with the custom class.

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.
ImageIndex The ImageIndex property determines an index of the icon for 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 determines the script URL implementing object class operations, which are executed from Foresight Analytics Platform 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.
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.
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