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

상속: Caliburn.Micro.PropertyChangedBase
파일 보기 프로젝트 열기: TNOCS/csTouch 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
regex Regex

공개 메소드들

메소드 설명
Activate ( ) : void

Make the current state active, i.e. the PoIs and dashboard represent the current phase.

AddMeasure ( PoI bc ) : void
AddThreat ( PoI bc ) : void
PhaseState ( string title ) : System.Text.RegularExpressions
Reset ( ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
TryGetPhaseState ( string title ) : PhaseState
UpdateState ( PhaseState phase ) : void
add ( PoI poi, bool isThreat ) : void
isInArcSegment ( Position center, Position point, double startAngle, double endAngle, double radiusInMeter ) : bool

Check whether the point is in the arc segment.

updateThreatVisualisation ( PoIState threat ) : void

Set the color of the threat based on the current threat level in a label

메소드 상세

Activate() 공개 메소드

Make the current state active, i.e. the PoIs and dashboard represent the current phase.
public Activate ( ) : void
리턴 void

AddMeasure() 공개 메소드

public AddMeasure ( PoI bc ) : void
bc DataServer.PoI
리턴 void

AddThreat() 공개 메소드

public AddThreat ( PoI bc ) : void
bc DataServer.PoI
리턴 void

PhaseState() 공개 메소드

public PhaseState ( string title ) : System.Text.RegularExpressions
title string
리턴 System.Text.RegularExpressions

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

regex 공개적으로 정적으로 프로퍼티

Regular expression built for C# on: Thu, Jun 11, 2015, 11:55:02 AM Using Expresso Version: 3.0.4750, http://www.ultrapico.com A description of the regular expression: EAM. EAM Any character [Type]: A named capture group. [[a-zA-Z]*] Any character in this class: [a-zA-Z], any number of repetitions Any character in this class: [.] [Title]: A named capture group. [[a-zA-Z]*] Any character in this class: [a-zA-Z], any number of repetitions Any character in this class: [.] [Property]: A named capture group. [[a-zA-Z]*] Any character in this class: [a-zA-Z], any number of repetitions
public static Regex regex
리턴 Regex