C# 클래스 RequirementComparison, STR

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

보호된 프로퍼티들

프로퍼티 타입 설명
val int

공개 메소드들

메소드 설명
compare ( int newVal ) : bool
newRequirementComparision ( string op, int v ) : RequirementComparison,

보호된 메소드들

메소드 설명
RequirementComparison ( int v ) : System.Collections

메소드 상세

RequirementComparison() 보호된 메소드

protected RequirementComparison ( int v ) : System.Collections
v int
리턴 System.Collections

compare() 공개 추상적인 메소드

public abstract compare ( int newVal ) : bool
newVal int
리턴 bool

newRequirementComparision() 공개 정적인 메소드

public static newRequirementComparision ( string op, int v ) : RequirementComparison,
op string
v int
리턴 RequirementComparison,

프로퍼티 상세

val 보호되어 있는 프로퍼티

protected int val
리턴 int