OpenPetra
Free Administration Software for Non-Profits
|
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... | |
all necessary data of a sequence
bool Ict.Tools.DBXML.TSequence.bCycleOnLimit |
should the sequence start with 0 once it goes beyond the maximum value
System.Int32 Ict.Tools.DBXML.TSequence.iIncrement |
increment by this integer each time
System.Int32 Ict.Tools.DBXML.TSequence.iInitial |
initial value when database is created
System.Int32 Ict.Tools.DBXML.TSequence.iMaxVal |
maximum value
System.Int32 Ict.Tools.DBXML.TSequence.iMinVal |
minimum value
String Ict.Tools.DBXML.TSequence.strArea |
area in the database that this sequence applies to
String Ict.Tools.DBXML.TSequence.strDescription |
description for the sequence
String Ict.Tools.DBXML.TSequence.strName |
name of the sequence