Packagestimulsoft.flex.data
Classpublic dynamic class DataTableRelationCollection
InheritanceDataTableRelationCollection Inheritance DataRelationCollection Inheritance StiBaseCollection Inheritance Object



Public Properties
 PropertyDefined By
 Inheritedcount : int
[read-only]
StiBaseCollection
 Inheritedname : String
StiBaseCollection
Public Methods
 MethodDefined By
  
DataTableRelationCollection(table:DataTable, parentCollection:Boolean)
DataTableRelationCollection
 Inherited
add(relation:DataRelation):void
DataRelationCollection
 Inherited
addRange(relations:Array):void
DataRelationCollection
 Inherited
clear():void
StiBaseCollection
 Inherited
contains(name:String):Boolean
DataRelationCollection
 Inherited
copy():*
Copying collection items into a new collection without cloning items
StiBaseCollection
 Inherited
deserialize(value:XMLNode):XMLNode
StiBaseCollection
 Inherited
equals(object:Object):Boolean
StiBaseCollection
 Inherited
getByName(name:String):DataRelation
DataRelationCollection
 Inherited
getItemsType(value:String = null):Class
If the item type is not specified automatically, a type of collection items, which it will try to deserialize when loading
StiBaseCollection
 Inherited
StiBaseCollection
 Inherited
getType():Class
StiBaseCollection
 Inherited
getTypeName():String
StiBaseCollection
 Inherited
internalIndexOf(name:String):int
DataRelationCollection
 Inherited
Creates a shallow copy of the current Collection.
StiBaseCollection
 Inherited
moveDown(object:*):void
Moving an object of a collection one position closer to the end of the collection
StiBaseCollection
 Inherited
moveUp(object:*):void
Moving objects of a collection one position up to the begining of the collection
StiBaseCollection
 Inherited
remove(relation:DataRelation):void
DataRelationCollection
 Inherited
removeAt(index:int):void
DataRelationCollection
 Inherited
replace(object1:*, object2:*):void
Replace two objects of a collection, provided that they are placed in it
StiBaseCollection
 Inherited
serialize():XMLNode
StiBaseCollection
 Inherited
toArray():Array
Converting into Array
StiBaseCollection
Protected Methods
 MethodDefined By
  
addCore(relation:DataRelation):void
[override]
DataTableRelationCollection
  
[override]
DataTableRelationCollection
Constructor Detail
DataTableRelationCollection()Constructor
public function DataTableRelationCollection(table:DataTable, parentCollection:Boolean)



Parameters
table:DataTable
 
parentCollection:Boolean
Method Detail
addCore()method
override protected function addCore(relation:DataRelation):void

Parameters

relation:DataRelation

getDataSet()method 
override protected function getDataSet():DataSet

Returns
DataSet