Package | stimulsoft.flex.base.enums |
Class | public final class StiSystemType |
Inheritance | StiSystemType ![]() |
Property | Defined By | ||
---|---|---|---|
Names : Array [static] [read-only] Names of .NET variables types | StiSystemType | ||
Types : Array [static] [read-only] .NET variables types | StiSystemType | ||
Values : Array [static] [read-only] A construction for lists | StiSystemType |
Method | Defined By | ||
---|---|---|---|
getBaseTypes():Array [static] Returns the collection of all base registered types in dictionary data | StiSystemType | ||
getTypeForValue(type:int):int [static] | StiSystemType | ||
getTypeFromTypeMode(type:int, typeMode:int):int [static] | StiSystemType | ||
getTypeModeFromType(type:int):int [static] | StiSystemType | ||
isBoolean(type:int):Boolean [static] Check for Boolean types | StiSystemType | ||
isDateTime(type:int):Boolean [static] Check for DateTime types | StiSystemType | ||
isInt(type:int):Boolean [static] Check for int types | StiSystemType | ||
isList(type:int):Boolean [static] Check for List types | StiSystemType | ||
isNumber(type:int):Boolean [static] Check for Number types | StiSystemType | ||
isRange(type:int):Boolean [static] Check for Range types | StiSystemType | ||
isString(type:int):Boolean [static] Check for String types | StiSystemType | ||
isTimeSpan(type:int):Boolean [static] Check for TimeSpan types | StiSystemType |
Constant | Defined By | ||
---|---|---|---|
StimulsoftBoolList : int = 112 [static] | StiSystemType | ||
StimulsoftByteList : int = 113 [static] | StiSystemType | ||
StimulsoftByteRange : int = 100 [static] | StiSystemType | ||
StimulsoftCharList : int = 114 [static] | StiSystemType | ||
StimulsoftCharRange : int = 101 [static] | StiSystemType | ||
StimulsoftDateTimeList : int = 115 [static] | StiSystemType | ||
StimulsoftDateTimeRange : int = 102 [static] | StiSystemType | ||
StimulsoftDecimalList : int = 116 [static] | StiSystemType | ||
StimulsoftDecimalRange : int = 103 [static] | StiSystemType | ||
StimulsoftDoubleList : int = 117 [static] | StiSystemType | ||
StimulsoftDoubleRange : int = 104 [static] | StiSystemType | ||
StimulsoftFloatList : int = 118 [static] | StiSystemType | ||
StimulsoftFloatRange : int = 105 [static] | StiSystemType | ||
StimulsoftGuidList : int = 119 [static] | StiSystemType | ||
StimulsoftGuidRange : int = 106 [static] | StiSystemType | ||
StimulsoftIntList : int = 120 [static] | StiSystemType | ||
StimulsoftIntRange : int = 107 [static] | StiSystemType | ||
StimulsoftLongList : int = 121 [static] | StiSystemType | ||
StimulsoftLongRange : int = 108 [static] | StiSystemType | ||
StimulsoftShortList : int = 122 [static] | StiSystemType | ||
StimulsoftShortRange : int = 109 [static] | StiSystemType | ||
StimulsoftStringList : int = 123 [static] | StiSystemType | ||
StimulsoftStringRange : int = 110 [static] | StiSystemType | ||
StimulsoftTimeSpanList : int = 124 [static] | StiSystemType | ||
StimulsoftTimeSpanRange : int = 111 [static] | StiSystemType | ||
SystemBoolean : int = 3 [static] | StiSystemType | ||
SystemByte : int = 6 [static] | StiSystemType | ||
SystemByteArray : int = 20 [static] | StiSystemType | ||
SystemChar : int = 4 [static] | StiSystemType | ||
SystemDateTime : int = 16 [static] | StiSystemType | ||
SystemDecimal : int = 15 [static] | StiSystemType | ||
SystemDouble : int = 14 [static] | StiSystemType | ||
SystemDrawingBitmap : int = 10001 [static] | StiSystemType | ||
SystemDrawingImage : int = 0 [static] | StiSystemType | ||
SystemGuid : int = 19 [static] | StiSystemType | ||
SystemInt16 : int = 7 [static] | StiSystemType | ||
SystemInt32 : int = 9 [static] | StiSystemType | ||
SystemInt64 : int = 11 [static] | StiSystemType | ||
SystemNullableBoolean : int = 2 [static] | StiSystemType | ||
SystemNullableByte : int = 21 [static] | StiSystemType | ||
SystemNullableChar : int = 22 [static] | StiSystemType | ||
SystemNullableDateTime : int = 23 [static] | StiSystemType | ||
SystemNullableDecimal : int = 25 [static] | StiSystemType | ||
SystemNullableDouble : int = 26 [static] | StiSystemType | ||
SystemNullableGuid : int = 27 [static] | StiSystemType | ||
SystemNullableInt16 : int = 28 [static] | StiSystemType | ||
SystemNullableInt32 : int = 29 [static] | StiSystemType | ||
SystemNullableInt64 : int = 30 [static] | StiSystemType | ||
SystemNullableSByte : int = 31 [static] | StiSystemType | ||
SystemNullableSingle : int = 32 [static] | StiSystemType | ||
SystemNullableTimeSpan : int = 24 [static] | StiSystemType | ||
SystemNullableUInt16 : int = 33 [static] | StiSystemType | ||
SystemNullableUInt32 : int = 34 [static] | StiSystemType | ||
SystemNullableUInt64 : int = 35 [static] | StiSystemType | ||
SystemObject : int = 1 [static] | StiSystemType | ||
SystemSByte : int = 5 [static] | StiSystemType | ||
SystemSingle : int = 13 [static] | StiSystemType | ||
SystemString : int = 18 [static] | StiSystemType | ||
SystemTimeSpan : int = 17 [static] | StiSystemType | ||
SystemUInt16 : int = 8 [static] | StiSystemType | ||
SystemUInt32 : int = 10 [static] | StiSystemType | ||
SystemUInt64 : int = 12 [static] | StiSystemType |
Names | property |
Names:Array
[read-only] Names of .NET variables types
public static function get Names():Array
Types | property |
Types:Array
[read-only] .NET variables types
public static function get Types():Array
Values | property |
Values:Array
[read-only] A construction for lists
public static function get Values():Array
getBaseTypes | () | method |
public static function getBaseTypes():Array
Returns the collection of all base registered types in dictionary data
ReturnsArray |
getTypeForValue | () | method |
public static function getTypeForValue(type:int):int
Parameters
type:int |
int |
getTypeFromTypeMode | () | method |
public static function getTypeFromTypeMode(type:int, typeMode:int):int
Parameters
type:int | |
typeMode:int |
int |
getTypeModeFromType | () | method |
public static function getTypeModeFromType(type:int):int
Parameters
type:int |
int |
isBoolean | () | method |
public static function isBoolean(type:int):Boolean
Check for Boolean types
Parameters
type:int |
Boolean |
isDateTime | () | method |
public static function isDateTime(type:int):Boolean
Check for DateTime types
Parameters
type:int |
Boolean |
isInt | () | method |
public static function isInt(type:int):Boolean
Check for int types
Parameters
type:int |
Boolean |
isList | () | method |
public static function isList(type:int):Boolean
Check for List types
Parameters
type:int |
Boolean |
isNumber | () | method |
public static function isNumber(type:int):Boolean
Check for Number types
Parameters
type:int |
Boolean |
isRange | () | method |
public static function isRange(type:int):Boolean
Check for Range types
Parameters
type:int |
Boolean |
isString | () | method |
public static function isString(type:int):Boolean
Check for String types
Parameters
type:int |
Boolean |
isTimeSpan | () | method |
public static function isTimeSpan(type:int):Boolean
Check for TimeSpan types
Parameters
type:int |
Boolean |
StimulsoftBoolList | Constant |
public static const StimulsoftBoolList:int = 112
StimulsoftByteList | Constant |
public static const StimulsoftByteList:int = 113
StimulsoftByteRange | Constant |
public static const StimulsoftByteRange:int = 100
StimulsoftCharList | Constant |
public static const StimulsoftCharList:int = 114
StimulsoftCharRange | Constant |
public static const StimulsoftCharRange:int = 101
StimulsoftDateTimeList | Constant |
public static const StimulsoftDateTimeList:int = 115
StimulsoftDateTimeRange | Constant |
public static const StimulsoftDateTimeRange:int = 102
StimulsoftDecimalList | Constant |
public static const StimulsoftDecimalList:int = 116
StimulsoftDecimalRange | Constant |
public static const StimulsoftDecimalRange:int = 103
StimulsoftDoubleList | Constant |
public static const StimulsoftDoubleList:int = 117
StimulsoftDoubleRange | Constant |
public static const StimulsoftDoubleRange:int = 104
StimulsoftFloatList | Constant |
public static const StimulsoftFloatList:int = 118
StimulsoftFloatRange | Constant |
public static const StimulsoftFloatRange:int = 105
StimulsoftGuidList | Constant |
public static const StimulsoftGuidList:int = 119
StimulsoftGuidRange | Constant |
public static const StimulsoftGuidRange:int = 106
StimulsoftIntList | Constant |
public static const StimulsoftIntList:int = 120
StimulsoftIntRange | Constant |
public static const StimulsoftIntRange:int = 107
StimulsoftLongList | Constant |
public static const StimulsoftLongList:int = 121
StimulsoftLongRange | Constant |
public static const StimulsoftLongRange:int = 108
StimulsoftShortList | Constant |
public static const StimulsoftShortList:int = 122
StimulsoftShortRange | Constant |
public static const StimulsoftShortRange:int = 109
StimulsoftStringList | Constant |
public static const StimulsoftStringList:int = 123
StimulsoftStringRange | Constant |
public static const StimulsoftStringRange:int = 110
StimulsoftTimeSpanList | Constant |
public static const StimulsoftTimeSpanList:int = 124
StimulsoftTimeSpanRange | Constant |
public static const StimulsoftTimeSpanRange:int = 111
SystemBoolean | Constant |
public static const SystemBoolean:int = 3
SystemByte | Constant |
public static const SystemByte:int = 6
SystemByteArray | Constant |
public static const SystemByteArray:int = 20
SystemChar | Constant |
public static const SystemChar:int = 4
SystemDateTime | Constant |
public static const SystemDateTime:int = 16
SystemDecimal | Constant |
public static const SystemDecimal:int = 15
SystemDouble | Constant |
public static const SystemDouble:int = 14
SystemDrawingBitmap | Constant |
public static const SystemDrawingBitmap:int = 10001
SystemDrawingImage | Constant |
public static const SystemDrawingImage:int = 0
SystemGuid | Constant |
public static const SystemGuid:int = 19
SystemInt16 | Constant |
public static const SystemInt16:int = 7
SystemInt32 | Constant |
public static const SystemInt32:int = 9
SystemInt64 | Constant |
public static const SystemInt64:int = 11
SystemNullableBoolean | Constant |
public static const SystemNullableBoolean:int = 2
SystemNullableByte | Constant |
public static const SystemNullableByte:int = 21
SystemNullableChar | Constant |
public static const SystemNullableChar:int = 22
SystemNullableDateTime | Constant |
public static const SystemNullableDateTime:int = 23
SystemNullableDecimal | Constant |
public static const SystemNullableDecimal:int = 25
SystemNullableDouble | Constant |
public static const SystemNullableDouble:int = 26
SystemNullableGuid | Constant |
public static const SystemNullableGuid:int = 27
SystemNullableInt16 | Constant |
public static const SystemNullableInt16:int = 28
SystemNullableInt32 | Constant |
public static const SystemNullableInt32:int = 29
SystemNullableInt64 | Constant |
public static const SystemNullableInt64:int = 30
SystemNullableSByte | Constant |
public static const SystemNullableSByte:int = 31
SystemNullableSingle | Constant |
public static const SystemNullableSingle:int = 32
SystemNullableTimeSpan | Constant |
public static const SystemNullableTimeSpan:int = 24
SystemNullableUInt16 | Constant |
public static const SystemNullableUInt16:int = 33
SystemNullableUInt32 | Constant |
public static const SystemNullableUInt32:int = 34
SystemNullableUInt64 | Constant |
public static const SystemNullableUInt64:int = 35
SystemObject | Constant |
public static const SystemObject:int = 1
SystemSByte | Constant |
public static const SystemSByte:int = 5
SystemSingle | Constant |
public static const SystemSingle:int = 13
SystemString | Constant |
public static const SystemString:int = 18
SystemTimeSpan | Constant |
public static const SystemTimeSpan:int = 17
SystemUInt16 | Constant |
public static const SystemUInt16:int = 8
SystemUInt32 | Constant |
public static const SystemUInt32:int = 10
SystemUInt64 | Constant |
public static const SystemUInt64:int = 12