[an error occurred while processing this directive]
ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Hide Packages and Classes List |  Packages  |  Classes  |  Index  |  Appendixes

Language Reference only       
Package and class filters:
Retrieving Data from Server...
Retrieving Data from Server...
Retrieving Data from Server...
Retrieving Data from Server...
coldfusion.service 
ServiceElementCollection 
Packagecoldfusion.service
Classpublic class ServiceElementCollection
InheritanceServiceElementCollection Inheritance Object

Language Version: ActionScript 3.0
Product Version: ColdFusion 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
The key that is stored as a string in the key-value pair class.
ServiceElementCollection
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
  value : Array
The value that is stored as an array in the key-value pair class.
ServiceElementCollection
Public Methods
 MethodDefined By
  
Creates an instance of the ServiceElementCollection class.
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

key

property
public var key:String

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

The key that is stored as a string in the key-value pair class.

value

property 
public var value:Array

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

The value that is stored as an array in the key-value pair class.

Constructor Detail

ServiceElementCollection

()Constructor
public function ServiceElementCollection()

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

Creates an instance of the ServiceElementCollection class.

Method Detail

toString

()method
public function toString():String

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

Returns
String