C# Class Dogen.TestModels.CSharpModel.PrimitiveBuiltins

This is a class made up of just primitive builtin types.
This is a remark.
Show file Open project: DomainDrivenConsulting/dogen Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
PrimitiveBuiltins ( ) : System
PrimitiveBuiltins ( byte byteProperty, sbyte shortByteProperty, int intProperty, uint uIntProperty, short shortProperty, ushort uShortProperty, long longProperty, ulong uLongProperty, float floatPropertyOne, float floatPropertyTwo, double doublePropertyOne, double doublePropertyTwo, char charProperty, bool boolProperty, decimal decimalProperty ) : System
operator ( ) : bool

Private Methods

Method Description
NearlyEqual ( double lhs, double rhs ) : bool

Compare floating point numbers, taking precision into account (double version).

NearlyEqual ( float lhs, float rhs ) : bool

Compare floating point numbers, taking precision into account (float version).

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

PrimitiveBuiltins() public method

public PrimitiveBuiltins ( ) : System
return System

PrimitiveBuiltins() public method

public PrimitiveBuiltins ( byte byteProperty, sbyte shortByteProperty, int intProperty, uint uIntProperty, short shortProperty, ushort uShortProperty, long longProperty, ulong uLongProperty, float floatPropertyOne, float floatPropertyTwo, double doublePropertyOne, double doublePropertyTwo, char charProperty, bool boolProperty, decimal decimalProperty ) : System
byteProperty byte
shortByteProperty sbyte
intProperty int
uIntProperty uint
shortProperty short
uShortProperty ushort
longProperty long
uLongProperty ulong
floatPropertyOne float
floatPropertyTwo float
doublePropertyOne double
doublePropertyTwo double
charProperty char
boolProperty bool
decimalProperty decimal
return System

operator() public static method

public static operator ( ) : bool
return bool