Constants Class

Relativity Event Handlers
Contains default CSS class names for a variety of console components.
Inheritance Hierarchy

System.Object
  kCura.EventHandler.Constants

Namespace:  kCura.EventHandler
Assembly:  kCura.EventHandler (in kCura.EventHandler.dll) Version: 17.0.1.1 588f15fd7550dbf54835f3417a0142d4ea37dbb5
Syntax

public class Constants

public class Constants

The Constants type exposes the following members.

Constructors

  NameDescription
Public methodConstants
Initializes a new instance of the Constants class.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields

  NameDescription
Public fieldStatic memberConsoleControlCssClass
The default CSS class for the console control div (the div that contains all of the buttons).
Public fieldStatic memberConsoleHeaderCssClass
The default class for the console header.
Public fieldStatic memberConsoleSeparatorCssClass
The default class for a console separator.
Public fieldStatic memberConsoleTitleCssClass
The default class for the console control title.
Public fieldStatic memberDestructiveButtonCssClass
The default class for a console button when it will cause the job to be interrupted and non-recoverable (for example, Stop OCR).
Public fieldStatic memberDisabledButtonCssClass
The default class for a console button when it's disabled in Relativity.
Public fieldStatic memberEnabledButtonCssClass
The default class for a console button when it's enabled in Relativity.
Public fieldStatic memberHiddenButtonCssClass
The default class for a console button when it's hidden in Relativity.
Public fieldStatic memberLinkButtonCssClass
The default class for a console link button in Relativity.
Public fieldStatic memberLinkButtonDisabledCssClass
The default class for a disabled console link button in Relativity.
Public fieldStatic memberLinkButtonDivCssClass
The default div class for console links.
Public fieldStatic memberLinkButtonEnabledCssClass
The default class for a console link button in Relativity.
Public fieldStatic memberLinkButtonSelectedCssClass
The default class for a selected console link button in Relativity.
Top
Remarks

See Also

Reference