Packagecoldfusion.service
Classpublic class ServiceElementCollection
InheritanceServiceElementCollection Inheritance Object

Language Version: ActionScript 3.0
Product Version: CF 9
Runtime Versions: Flash Player 9, AIR 1.0

A key-value pair class with the key as a string and the value as an Array. This class is remotely mapped to CFIDE.services.elementcollection. The ColdFusion service requires input for some of the operations in CFIDE.services.elementcollection.



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  key : String
ServiceElementCollection
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
  value : Array
ServiceElementCollection
Public Methods
 MethodDefined By
  
ServiceElementCollection
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
  
ServiceElementCollection
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail
keyproperty
public var key:String

Language Version: ActionScript 3.0
Product Version: CF 9
Runtime Versions: Flash Player 9, AIR 1.0

valueproperty 
public var value:Array

Language Version: ActionScript 3.0
Product Version: CF 9
Runtime Versions: Flash Player 9, AIR 1.0

Constructor Detail
ServiceElementCollection()Constructor
public function ServiceElementCollection()

Language Version: ActionScript 3.0
Product Version: CF 9
Runtime Versions: Flash Player 9, AIR 1.0

Method Detail
toString()method
public function toString():String

Language Version: ActionScript 3.0
Product Version: CF 9
Runtime Versions: Flash Player 9, AIR 1.0

Returns
String