C# Class Dogen.TestModels.CSharpModel.OneProperty

This class tests the use case of one property.
Show file Open project: DomainDrivenConsulting/dogen Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
OneProperty ( ) : System
OneProperty ( int property ) : System
operator ( ) : bool

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

OneProperty() public method

public OneProperty ( ) : System
return System

OneProperty() public method

public OneProperty ( int property ) : System
property int
return System

operator() public static method

public static operator ( ) : bool
return bool