OpenPetra
Free Administration Software for Non-Profits
Ict.Tools.DBXML.TSequence Class Reference

all necessary data of a sequence More...

Public Attributes

String strName
 name of the sequence More...
 
String strDescription
 description for the sequence More...
 
String strArea
 area in the database that this sequence applies to More...
 
bool bCycleOnLimit
 should the sequence start with 0 once it goes beyond the maximum value More...
 
System.Int32 iMinVal
 minimum value More...
 
System.Int32 iMaxVal
 maximum value More...
 
System.Int32 iInitial
 initial value when database is created More...
 
System.Int32 iIncrement
 increment by this integer each time More...
 

Detailed Description

all necessary data of a sequence

Member Data Documentation

◆ bCycleOnLimit

bool Ict.Tools.DBXML.TSequence.bCycleOnLimit

should the sequence start with 0 once it goes beyond the maximum value

◆ iIncrement

System.Int32 Ict.Tools.DBXML.TSequence.iIncrement

increment by this integer each time

◆ iInitial

System.Int32 Ict.Tools.DBXML.TSequence.iInitial

initial value when database is created

◆ iMaxVal

System.Int32 Ict.Tools.DBXML.TSequence.iMaxVal

maximum value

◆ iMinVal

System.Int32 Ict.Tools.DBXML.TSequence.iMinVal

minimum value

◆ strArea

String Ict.Tools.DBXML.TSequence.strArea

area in the database that this sequence applies to

◆ strDescription

String Ict.Tools.DBXML.TSequence.strDescription

description for the sequence

◆ strName

String Ict.Tools.DBXML.TSequence.strName

name of the sequence


The documentation for this class was generated from the following file: