C# Class VelocityDbSchema.VelocityWeb.Root

Inheritance: OptimizedPersistable
Mostrar archivo Open project: VelocityDB/VelocityDB Class Usage Examples

Public Properties

Property Type Description
customersByEmail BTreeSet
customersByUserName BTreeSet
lastCustomerIdNumber System.UInt32
lastLicenseNumber System.UInt32

Public Methods

Method Description
NewCustomerNumber ( ) : UInt32
NewLicenseNumber ( ) : UInt32
Root ( SessionBase session, ushort maxEntriesPerNode ) : System

Method Details

NewCustomerNumber() public method

public NewCustomerNumber ( ) : UInt32
return System.UInt32

NewLicenseNumber() public method

public NewLicenseNumber ( ) : UInt32
return System.UInt32

Root() public method

public Root ( SessionBase session, ushort maxEntriesPerNode ) : System
session SessionBase
maxEntriesPerNode ushort
return System

Property Details

customersByEmail public_oe property

public BTreeSet customersByEmail
return BTreeSet

customersByUserName public_oe property

public BTreeSet customersByUserName
return BTreeSet

lastCustomerIdNumber public_oe property

public UInt32,System lastCustomerIdNumber
return System.UInt32

lastLicenseNumber public_oe property

public UInt32,System lastLicenseNumber
return System.UInt32