All Classes Namespaces Functions Properties Pages
Public Member Functions | Properties | List of all members
State Class Reference

Represents an action that needs to be performed for a state when the case reaches to the specified percentage. More...

Public Member Functions

 State ()
 Initializes a new instance of the State class. More...
 

Properties

StateAction Action [get, set]
 Gets or sets the action of the state. More...
 
StateIdentity Identity [get, set]
 Gets or sets state identity. More...
 
short Percentage [get, set]
 Gets or sets the percentage. More...
 

Description

Represents an action that needs to be performed for a state when the case reaches to the specified percentage.

Constructor & Destructor Documentation

State ( )

Initializes a new instance of the State class.

Property Documentation

StateAction Action
getset

Gets or sets the action of the state.

StateIdentity Identity
getset

Gets or sets state identity.

short Percentage
getset

Gets or sets the percentage.