ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
coldfusion.service 

ServiceElement  - AS3 CF

Packagecoldfusion.service
Classpublic class ServiceElement
InheritanceServiceElement 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.element. The ColdFusion service returns some of the results in CFIDE.services.element.



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.
ServiceElement
  value : String
The value that is stored as an array in the key-value pair class.
ServiceElement
Public Methods
 MethodDefined By
  
Creates an instance of the ServiceElement class.
ServiceElement
 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
  
ServiceElement
 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:String

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

ServiceElement

()Constructor
public function ServiceElement()

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

Creates an instance of the ServiceElement 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