Constant | Defined By | ||
---|---|---|---|
List : int = 2 [static] List of values. | StiTypeMode | ||
NullableValue : int = 1 [static] One single value. | StiTypeMode | ||
Range : int = 3 [static] Range of values. | StiTypeMode | ||
Value : int = 0 [static] One single value. | StiTypeMode |
List | Constant |
public static const List:int = 2
List of values.
NullableValue | Constant |
public static const NullableValue:int = 1
One single value. Null values acceptable.
Range | Constant |
public static const Range:int = 3
Range of values.
Value | Constant |
public static const Value:int = 0
One single value.