C# Class Dogen.TestModels.CSharpModel.ChildOfAChild1

Inheritance: Dogen.TestModels.CSharpModel.ThirdChildWithMembers
Afficher le fichier Open project: DomainDrivenConsulting/dogen Class Usage Examples

Méthodes publiques

Méthode Description
ChildOfAChild1 ( ) : System
ChildOfAChild1 ( int prop0, int prop1, int prop2 ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
operator ( ) : bool

Private Methods

Méthode Description
Dump ( ) : string

Method Details

ChildOfAChild1() public méthode

public ChildOfAChild1 ( ) : System
Résultat System

ChildOfAChild1() public méthode

public ChildOfAChild1 ( int prop0, int prop1, int prop2 ) : System
prop0 int
prop1 int
prop2 int
Résultat System

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

operator() public static méthode

public static operator ( ) : bool
Résultat bool