Instance state change
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class InstanceStateChange
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | InstanceStateChange()()()() | Initializes a new instance of the InstanceStateChange class | 
|  | CurrentState | 
            Current state
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | InstanceId | 
            Instance ID
             | 
|  | IsSetCurrentState()()()() | 
            Checks if CurrentState property is set
             | 
|  | IsSetInstanceId()()()() | 
            Checks if InstanceId property is set
             | 
|  | IsSetPreviousState()()()() | 
            Checks if PreviousState property is set
             | 
|  | PreviousState | 
            Previous state
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithCurrentState(InstanceState) | Obsolete. 
            Sets the current state
             | 
|  | WithInstanceId(String) | Obsolete. 
            Sets the instance ID
             | 
|  | WithPreviousState(InstanceState) | Obsolete. 
            Sets the previous state
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | InstanceStateChange |