C# Class Dogen.TestModels.CSharpModel.ImmutableFour

Immutable class with non-immutable and immutable elements as properties.
Afficher le fichier Open project: DomainDrivenConsulting/dogen Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ImmutableFour ( ) : System
ImmutableFour ( bool prop0, string prop1, Dogen prop2, Dogen prop3 ) : 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

ImmutableFour() public méthode

public ImmutableFour ( ) : System
Résultat System

ImmutableFour() public méthode

public ImmutableFour ( bool prop0, string prop1, Dogen prop2, Dogen prop3 ) : System
prop0 bool
prop1 string
prop2 Dogen
prop3 Dogen
Résultat System

operator() public static méthode

public static operator ( ) : bool
Résultat bool