Packagestimulsoft.flex.data
Classpublic dynamic class DataRelationCollection
InheritanceDataRelationCollection Inheritance StiBaseCollection Inheritance Object
Subclasses DataSetRelationCollection, DataTableRelationCollection



Public Properties
 PropertyDefined By
 Inheritedcount : int
[read-only]
StiBaseCollection
 Inheritedname : String
StiBaseCollection
Public Methods
 MethodDefined By
  
DataRelationCollection
  
add(relation:DataRelation):void
DataRelationCollection
  
addRange(relations:Array):void
DataRelationCollection
 Inherited
clear():void
StiBaseCollection
  
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
  
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
  
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
  
remove(relation:DataRelation):void
DataRelationCollection
  
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
DataRelationCollection
  
DataRelationCollection
Constructor Detail
DataRelationCollection()Constructor
public function DataRelationCollection()



Method Detail
add()method
public function add(relation:DataRelation):void

Parameters

relation:DataRelation

addCore()method 
protected function addCore(relation:DataRelation):void

Parameters

relation:DataRelation

addRange()method 
public function addRange(relations:Array):void

Parameters

relations:Array

contains()method 
public function contains(name:String):Boolean

Parameters

name:String

Returns
Boolean
getByName()method 
public function getByName(name:String):DataRelation

Parameters

name:String

Returns
DataRelation
getDataSet()method 
protected function getDataSet():DataSet

Returns
DataSet
internalIndexOf()method 
public function internalIndexOf(name:String):int

Parameters

name:String

Returns
int
remove()method 
public function remove(relation:DataRelation):void

Parameters

relation:DataRelation

removeAt()method 
public function removeAt(index:int):void

Parameters

index:int