Click or drag to resize
ConditionTypeDefinition Properties

The ConditionTypeDefinition type exposes the following members.

Properties
  NameDescription
Public propertyControllerFullName
Gets the fully qualified name of the component controller type, including its namespace without the assembly name.
(Inherited from ComponentDefinition.)
Public propertyControllerName
Name of the controller derived from controller class name without the Controller suffix.
(Inherited from ComponentDefinition.)
Public propertyDescription
Description of the registered component.
(Inherited from ComponentDefinition.)
Public propertyHint
Hint displayed above configuration form.
Public propertyIconClass
Icon CSS class of the registered component.
(Inherited from ComponentDefinition.)
Public propertyIdentifier
Unique identifier of the component definition.
(Inherited from ComponentDefinitionBase.)
Public propertyName
Name of the registered component.
(Inherited from ComponentDefinitionBase.)
Public propertyRouteName
Name of the route under which is the condition type available.
(Overrides ComponentDefinitionRouteName.)
Public propertyType
Type of the registered condition type.
Top
See Also