C# Class Microsoft.Practices.CompositeUI.SimpleWorkItemActivationService

An implementation of IWorkItemActivationService that ensures that only one WorkItem is active at one time.
Inheritance: IWorkItemActivationService
Afficher le fichier Open project: shinexyt/CAB

Méthodes publiques

Méthode Description
ChangeStatus ( Microsoft.Practices.CompositeUI.WorkItem item ) : void

See IWorkItemActivationService.ChangeStatus for more information.

SimpleWorkItemActivationService ( )

Initializes a new instance of the SimpleWorkItemActivationService class.

Method Details

ChangeStatus() public méthode

See IWorkItemActivationService.ChangeStatus for more information.
public ChangeStatus ( Microsoft.Practices.CompositeUI.WorkItem item ) : void
item Microsoft.Practices.CompositeUI.WorkItem
Résultat void

SimpleWorkItemActivationService() public méthode

Initializes a new instance of the SimpleWorkItemActivationService class.