C# Class Dev2.Models.CheckStateChangedArgs

Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat System