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

ファイルを表示 Open project: TNOCS/csTouch Class Usage Examples

Public Methods

Method 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 method

public PoIState ( PoI poi ) : System.Text.RegularExpressions
poi DataServer.PoI
return System.Text.RegularExpressions

PoIState() public method

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

PoIState() public method

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
return System.Text.RegularExpressions

ToString() public method

public ToString ( ) : string
return string

UpdatePoI() public method

Write the influence (and combined effect) to the label
public UpdatePoI ( ) : void
return void