C# 클래스 ATMLModelLibrary.model.Quantity

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

공개 프로퍼티들

프로퍼티 타입 설명
NUMERIC_PATTERN string
PATTERN string

공개 메소드들

메소드 설명
Clone ( ) : object
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsNegative ( ) : bool
IsPositive ( ) : bool
Max ( Quantity qty1, Quantity qty2 ) : Quantity
Min ( Quantity qty1, Quantity qty2 ) : Quantity
Quantity ( ) : System
Quantity ( Decimal value ) : System
Quantity ( string value ) : System
Quantity ( string value, string &remainder ) : System
ToString ( ) : string
Validate ( ) : void
operator ( ) : Quantity
operator ( ) : bool

보호된 메소드들

메소드 설명
Equals ( Quantity other ) : bool
OnValueChanged ( ) : void

비공개 메소드들

메소드 설명
InitQuantity ( string value, string &remainder ) : void
_unit_ValueChanged ( object sender, EventArgs e ) : void

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

Equals() 보호된 메소드

protected Equals ( Quantity other ) : bool
other Quantity
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

IsNegative() 공개 메소드

public IsNegative ( ) : bool
리턴 bool

IsPositive() 공개 메소드

public IsPositive ( ) : bool
리턴 bool

Max() 공개 정적인 메소드

public static Max ( Quantity qty1, Quantity qty2 ) : Quantity
qty1 Quantity
qty2 Quantity
리턴 Quantity

Min() 공개 정적인 메소드

public static Min ( Quantity qty1, Quantity qty2 ) : Quantity
qty1 Quantity
qty2 Quantity
리턴 Quantity

OnValueChanged() 보호된 메소드

protected OnValueChanged ( ) : void
리턴 void

Quantity() 공개 메소드

public Quantity ( ) : System
리턴 System

Quantity() 공개 메소드

public Quantity ( Decimal value ) : System
value Decimal
리턴 System

Quantity() 공개 메소드

public Quantity ( string value ) : System
value string
리턴 System

Quantity() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Validate() 공개 메소드

public Validate ( ) : void
리턴 void

operator() 공개 정적인 메소드

public static operator ( ) : Quantity
리턴 Quantity

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

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

public static string NUMERIC_PATTERN
리턴 string

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

public static string PATTERN
리턴 string