C# Class KellermanSoftware.CompareNetObjectsTests.TestClasses.PrimitiveFields

Show file Open project: GregFinzer/Compare-Net-Objects

Public Properties

Property Type Description
BooleanField bool
BooleanFieldStatic bool
ByteField byte
ByteFieldStatic byte
CharField char
CharFieldStatic char
DoubleField double
DoubleFieldStatic double
FloatField float
FloatFieldStatic float
Int16Field System.Int16
Int16FieldStatic System.Int16
Int32Field System.Int32
Int32FieldStatic System.Int32
Int64Field System.Int64
Int64FieldStatic System.Int64
IntMaxField int
IntMaxFieldStatic int
IntMinField int
IntMinFieldStatic int
LongMaxField long
LongMaxFieldStatic long
LongMinField long
LongMinFieldStatic long
SByteField sbyte
SByteFieldStatic sbyte
UInt16Field System.UInt16
UInt16FieldStatic System.UInt16
UInt32Field System.UInt32
UInt32FieldStatic System.UInt32
UInt64Field System.UInt64
UInt64FieldStatic System.UInt64

Public Methods

Method Description
Setup ( ) : void

Method Details

Setup() public method

public Setup ( ) : void
return void

Property Details

BooleanField public property

public bool BooleanField
return bool

BooleanFieldStatic public static property

public static bool BooleanFieldStatic
return bool

ByteField public property

public byte ByteField
return byte

ByteFieldStatic public static property

public static byte ByteFieldStatic
return byte

CharField public property

public char CharField
return char

CharFieldStatic public static property

public static char CharFieldStatic
return char

DoubleField public property

public double DoubleField
return double

DoubleFieldStatic public static property

public static double DoubleFieldStatic
return double

FloatField public property

public float FloatField
return float

FloatFieldStatic public static property

public static float FloatFieldStatic
return float

Int16Field public property

public Int16,System Int16Field
return System.Int16

Int16FieldStatic public static property

public static Int16,System Int16FieldStatic
return System.Int16

Int32Field public property

public Int32,System Int32Field
return System.Int32

Int32FieldStatic public static property

public static Int32,System Int32FieldStatic
return System.Int32

Int64Field public property

public Int64,System Int64Field
return System.Int64

Int64FieldStatic public static property

public static Int64,System Int64FieldStatic
return System.Int64

IntMaxField public property

public int IntMaxField
return int

IntMaxFieldStatic public static property

public static int IntMaxFieldStatic
return int

IntMinField public property

public int IntMinField
return int

IntMinFieldStatic public static property

public static int IntMinFieldStatic
return int

LongMaxField public property

public long LongMaxField
return long

LongMaxFieldStatic public static property

public static long LongMaxFieldStatic
return long

LongMinField public property

public long LongMinField
return long

LongMinFieldStatic public static property

public static long LongMinFieldStatic
return long

SByteField public property

public sbyte SByteField
return sbyte

SByteFieldStatic public static property

public static sbyte SByteFieldStatic
return sbyte

UInt16Field public property

public UInt16,System UInt16Field
return System.UInt16

UInt16FieldStatic public static property

public static UInt16,System UInt16FieldStatic
return System.UInt16

UInt32Field public property

public UInt32,System UInt32Field
return System.UInt32

UInt32FieldStatic public static property

public static UInt32,System UInt32FieldStatic
return System.UInt32

UInt64Field public property

public UInt64,System UInt64Field
return System.UInt64

UInt64FieldStatic public static property

public static UInt64,System UInt64FieldStatic
return System.UInt64