C# Class csCommon.Plugins.EffectAppraisalPlugin.Models.PoIState

Afficher le fichier Open project: TNOCS/csTouch Class Usage Examples

Méthodes publiques

Méthode Description
PoIState ( PoI poi ) : System.Text.RegularExpressions
PoIState ( PoI poi, List effects ) : System.Text.RegularExpressions

Create a PoI state object for a threat

PoIState ( PoI poi, List effects, List resourceStates ) : System.Text.RegularExpressions

Create a PoI state object for a measure.

ToString ( ) : string
UpdatePoI ( ) : void

Write the influence (and combined effect) to the label

Method Details

PoIState() public méthode

public PoIState ( PoI poi ) : System.Text.RegularExpressions
poi DataServer.PoI
Résultat System.Text.RegularExpressions

PoIState() public méthode

Create a PoI state object for a threat
public PoIState ( PoI poi, List effects ) : System.Text.RegularExpressions
poi DataServer.PoI
effects List
Résultat System.Text.RegularExpressions

PoIState() public méthode

Create a PoI state object for a measure.
public PoIState ( PoI poi, List effects, List resourceStates ) : System.Text.RegularExpressions
poi DataServer.PoI
effects List
resourceStates List
Résultat System.Text.RegularExpressions

ToString() public méthode

public ToString ( ) : string
Résultat string

UpdatePoI() public méthode

Write the influence (and combined effect) to the label
public UpdatePoI ( ) : void
Résultat void