C# Class Domain.Client.ValueObjects.AccountStatus

Afficher le fichier Open project: AdrianFreemantle/DDD Class Usage Examples

Méthodes publiques

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

Method Details

AccountStatus() public méthode

public AccountStatus ( AccountStatusType value )
value AccountStatusType

Equals() public méthode

public Equals ( AccountStatus other ) : bool
other AccountStatus
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

StatusMayBeChanged() public méthode

public StatusMayBeChanged ( ) : bool
Résultat bool

operator() public static méthode

public static operator ( ) : bool
Résultat bool