Packagestimulsoft.report.list
Classpublic dynamic class List
InheritanceList Inheritance StiArrayList Inheritance Object
Implements IStiList
Subclasses BoolList, ByteList, CharList, DateTimeList, DecimalList, DoubleList, FloatList, GuidList, IntList, LongList, ShortList, StringList, TimeSpanList



Public Properties
 PropertyDefined By
 Inheritedcount : int
[read-only]
StiArrayList
  listName : String
[read-only] Gets specified name of List.
List
  listType : int
[read-only] Gets the type of List items.
List
Public Methods
 MethodDefined By
 Inherited
add(object:*):void
StiArrayList
  
addElement(value:Object):void
List
 Inherited
addRange(objects:Array):void
StiArrayList
 Inherited
clear():void
StiArrayList
 Inherited
clone(... args):Object
StiArrayList
 Inherited
contains(object:*):Boolean
StiArrayList
 Inherited
equals(object:Object):Boolean
StiArrayList
  
fromType(type:int):List
[static]
List
 Inherited
insert(index:int, object:*):void
StiArrayList
 Inherited
StiArrayList
 Inherited
remove(object:*):void
StiArrayList
 Inherited
removeAt(index:int):void
StiArrayList
 Inherited
removeRange(index:int, count:int):void
StiArrayList
  
toQueryString(quotationMark:String = null, dateTimeFormat:String = null):String
List
Property Detail
listNameproperty
listName:String  [read-only]

Gets specified name of List. List name equal to name of List class.


Implementation
    public function get listName():String
listTypeproperty 
listType:int  [read-only]

Gets the type of List items.


Implementation
    public function get listType():int
Method Detail
addElement()method
public function addElement(value:Object):void

Parameters

value:Object

fromType()method 
public static function fromType(type:int):List

Parameters

type:int

Returns
List
toQueryString()method 
public function toQueryString(quotationMark:String = null, dateTimeFormat:String = null):String

Parameters

quotationMark:String (default = null)
 
dateTimeFormat:String (default = null)

Returns
String