C# Class Domain.Client.ValueObjects.AccountStatus

ファイルを表示 Open project: AdrianFreemantle/DDD Class Usage Examples

Public Methods

Method Description
AccountStatus ( AccountStatusType value )
Equals ( AccountStatus other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
StatusMayBeChanged ( ) : bool
operator ( ) : bool

Method Details

AccountStatus() public method

public AccountStatus ( AccountStatusType value )
value AccountStatusType

Equals() public method

public Equals ( AccountStatus other ) : bool
other AccountStatus
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

StatusMayBeChanged() public method

public StatusMayBeChanged ( ) : bool
return bool

operator() public static method

public static operator ( ) : bool
return bool