C# 클래스 csCommon.Plugins.EffectAppraisalPlugin.Models.PoIState

파일 보기 프로젝트 열기: TNOCS/csTouch 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

PoIState() 공개 메소드

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

PoIState() 공개 메소드

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

PoIState() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

UpdatePoI() 공개 메소드

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