C# 클래스 GAIPS.AssetEditorTools.ConditionSetView

파일 보기 프로젝트 열기: GAIPS-INESC-ID/FAtiMA-Toolkit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
QuantifierTypes LogicalQuantifier[]

공개 메소드들

메소드 설명
AddÑewDefaultCondition ( ) : void
ChangeConditionAtIndex ( int index, string newCondition ) : void
ConditionSetView ( ) : System
GetData ( ) : ConditionSetDTO
MoveCondition ( int index, int moveAmount ) : void
RemoveConditionAt ( int index ) : void
SetData ( ConditionSetDTO dto ) : void
SetQuantifier ( LogicalQuantifier value ) : void

비공개 메소드들

메소드 설명
AssetBounds ( int index ) : void

메소드 상세

AddÑewDefaultCondition() 공개 메소드

public AddÑewDefaultCondition ( ) : void
리턴 void

ChangeConditionAtIndex() 공개 메소드

public ChangeConditionAtIndex ( int index, string newCondition ) : void
index int
newCondition string
리턴 void

ConditionSetView() 공개 메소드

public ConditionSetView ( ) : System
리턴 System

GetData() 공개 메소드

public GetData ( ) : ConditionSetDTO
리턴 Conditions.DTOs.ConditionSetDTO

MoveCondition() 공개 메소드

public MoveCondition ( int index, int moveAmount ) : void
index int
moveAmount int
리턴 void

RemoveConditionAt() 공개 메소드

public RemoveConditionAt ( int index ) : void
index int
리턴 void

SetData() 공개 메소드

public SetData ( ConditionSetDTO dto ) : void
dto Conditions.DTOs.ConditionSetDTO
리턴 void

SetQuantifier() 공개 메소드

public SetQuantifier ( LogicalQuantifier value ) : void
value LogicalQuantifier
리턴 void

프로퍼티 상세

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

public static LogicalQuantifier[] QuantifierTypes
리턴 LogicalQuantifier[]