C# Class Dogen.TestModels.CSharpModel.ImmutableOnePrimitive

Immutable class with a primitive property.
Afficher le fichier Open project: DomainDrivenConsulting/dogen Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ImmutableOnePrimitive ( ) : System
ImmutableOnePrimitive ( bool prop0 ) : System
operator ( ) : bool

Method Details

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ImmutableOnePrimitive() public méthode

public ImmutableOnePrimitive ( ) : System
Résultat System

ImmutableOnePrimitive() public méthode

public ImmutableOnePrimitive ( bool prop0 ) : System
prop0 bool
Résultat System

operator() public static méthode

public static operator ( ) : bool
Résultat bool