C# 클래스 Dogen.TestModels.CSharpModel.PrimitiveBuiltins

This is a class made up of just primitive builtin types.
This is a remark.
파일 보기 프로젝트 열기: DomainDrivenConsulting/dogen 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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).

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

PrimitiveBuiltins() 공개 메소드

public PrimitiveBuiltins ( ) : System
리턴 System

PrimitiveBuiltins() 공개 메소드

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
리턴 System

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool