C# Class Dogen.TestModels.CSharpModel.PrimitiveBuiltins

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

Méthodes publiques

Méthode 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

Méthode 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 méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

PrimitiveBuiltins() public méthode

public PrimitiveBuiltins ( ) : System
Résultat System

PrimitiveBuiltins() public méthode

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
Résultat System

operator() public static méthode

public static operator ( ) : bool
Résultat bool