C# 클래스 Gringotts.Domain.Amount

상속: IComparable
파일 보기 프로젝트 열기: bagheera/Gringotts 1 사용 예제들

공개 메소드들

메소드 설명
Abs ( ) : Amount
Amount ( ) : System
Amount ( float amount ) : System
Amount ( int amount ) : System
CompareTo ( object obj ) : int
Equals ( Amount other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
operator ( ) : Amount
operator ( ) : bool

메소드 상세

Abs() 공개 메소드

public Abs ( ) : Amount
리턴 Amount

Amount() 공개 메소드

public Amount ( ) : System
리턴 System

Amount() 공개 메소드

public Amount ( float amount ) : System
amount float
리턴 System

Amount() 공개 메소드

public Amount ( int amount ) : System
amount int
리턴 System

CompareTo() 공개 메소드

public CompareTo ( object obj ) : int
obj object
리턴 int

Equals() 공개 메소드

public Equals ( Amount other ) : bool
other Amount
리턴 bool

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : Amount
리턴 Amount

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool