C# Class Dev2.Models.CheckStateChangedArgs

Mostra file Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
CheckStateChangedArgs ( bool previousState, bool newState, System.Guid resourceId, ResourceType resourceType, bool updateStats ) : System

Initializes a new instance of the T:System.Object class.

Method Details

CheckStateChangedArgs() public method

Initializes a new instance of the T:System.Object class.
public CheckStateChangedArgs ( bool previousState, bool newState, System.Guid resourceId, ResourceType resourceType, bool updateStats ) : System
previousState bool
newState bool
resourceId System.Guid
resourceType ResourceType
updateStats bool
return System