C# 클래스 Domain.Client.ValueObjects.AccountStatus

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

공개 메소드들

메소드 설명
AccountStatus ( AccountStatusType value )
Equals ( AccountStatus other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
StatusMayBeChanged ( ) : bool
operator ( ) : bool

메소드 상세

AccountStatus() 공개 메소드

public AccountStatus ( AccountStatusType value )
value AccountStatusType

Equals() 공개 메소드

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

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

StatusMayBeChanged() 공개 메소드

public StatusMayBeChanged ( ) : bool
리턴 bool

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool