C# 클래스 ATMLModelLibrary.model.ErrorLimit

상속: ICloneable
파일 보기 프로젝트 열기: UtrsSoftware/ATMLWorkBench 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : object
ErrorLimit ( ) : System
ErrorLimit ( string value, string &remainder ) : System
IsErrorLimit ( string value ) : bool
LeastRestrictiveLimit ( ErrorLimit e1, ErrorLimit e2 ) : ErrorLimit
ToString ( ) : string
Validate ( ) : void

보호된 메소드들

메소드 설명
OnValueChanged ( ) : void

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

ErrorLimit() 공개 메소드

public ErrorLimit ( ) : System
리턴 System

ErrorLimit() 공개 메소드

public ErrorLimit ( string value, string &remainder ) : System
value string
remainder string
리턴 System

IsErrorLimit() 공개 정적인 메소드

public static IsErrorLimit ( string value ) : bool
value string
리턴 bool

LeastRestrictiveLimit() 공개 정적인 메소드

public static LeastRestrictiveLimit ( ErrorLimit e1, ErrorLimit e2 ) : ErrorLimit
e1 ErrorLimit
e2 ErrorLimit
리턴 ErrorLimit

OnValueChanged() 보호된 메소드

protected OnValueChanged ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Validate() 공개 메소드

public Validate ( ) : void
리턴 void