C# Class VelocityDbSchema.Samples.AllSupportedSample.AllSupported

Inheritance: OptimizedPersistable, ISomeStuff
Show file Open project: VelocityDB/VelocityDB Class Usage Examples

Public Properties

Property Type Description
aDecimal Decimal
aDouble double
aSlot Slot
aString string
dateTime System.DateTime
int16 System.Int16
int32 System.Int32
int64 System.Int64
m_objectArray object[]
m_slots Slot[]
m_weakRefArray WeakIOptimizedPersistableReference[]
nullableDecimal Decimal?
nullableaDouble double?
nullableint16 Int16?
nullableint32 Int32?
nullableint64 Int64?
nullablesingle float?
nullabletimeSpan TimeSpan?
nullableuint16 UInt16?
nullableuint32 UInt32?
nullableuint64 UInt64?
single float
timeSpan System.TimeSpan
uint16 System.UInt16
uint32 System.UInt32
uint64 System.UInt64

Private Properties

Property Type Description

Public Methods

Method Description
AllSupported ( Int32 arraySize ) : System

Method Details

AllSupported() public method

public AllSupported ( Int32 arraySize ) : System
arraySize System.Int32
return System

Property Details

aDecimal public property

public Decimal aDecimal
return Decimal

aDouble public property

public double aDouble
return double

aSlot public property

public Slot aSlot
return Slot

aString public property

public string aString
return string

dateTime public property

public DateTime,System dateTime
return System.DateTime

int16 public property

public Int16,System int16
return System.Int16

int32 public property

public Int32,System int32
return System.Int32

int64 public property

public Int64,System int64
return System.Int64

m_objectArray public property

public object[] m_objectArray
return object[]

m_slots public property

public Slot[] m_slots
return Slot[]

m_weakRefArray public property

public WeakIOptimizedPersistableReference[] m_weakRefArray
return WeakIOptimizedPersistableReference[]

nullableDecimal public property

public Decimal? nullableDecimal
return Decimal?

nullableaDouble public property

public double? nullableaDouble
return double?

nullableint16 public property

public Int16? nullableint16
return Int16?

nullableint32 public property

public Int32? nullableint32
return Int32?

nullableint64 public property

public Int64? nullableint64
return Int64?

nullablesingle public property

public float? nullablesingle
return float?

nullabletimeSpan public property

public TimeSpan? nullabletimeSpan
return TimeSpan?

nullableuint16 public property

public UInt16? nullableuint16
return UInt16?

nullableuint32 public property

public UInt32? nullableuint32
return UInt32?

nullableuint64 public property

public UInt64? nullableuint64
return UInt64?

single public property

public float single
return float

timeSpan public property

public TimeSpan,System timeSpan
return System.TimeSpan

uint16 public property

public UInt16,System uint16
return System.UInt16

uint32 public property

public UInt32,System uint32
return System.UInt32

uint64 public property

public UInt64,System uint64
return System.UInt64