C# 클래스 AnujBank.Account

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Account ( AccountId id, ClientId clientId ) : System
Equals ( Account other ) : bool
Equals ( object obj ) : bool
GetAccountNumber ( ) : int
GetClientId ( ) : string
GetHashCode ( ) : int

메소드 상세

Account() 공개 메소드

public Account ( AccountId id, ClientId clientId ) : System
id AccountId
clientId ClientId
리턴 System

Equals() 공개 메소드

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

Equals() 공개 메소드

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

GetAccountNumber() 공개 메소드

public GetAccountNumber ( ) : int
리턴 int

GetClientId() 공개 메소드

public GetClientId ( ) : string
리턴 string

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int