Packagecoldfusion.service
Classpublic class ServiceElement
InheritanceServiceElement 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 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
ServiceElement
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
  value : String
ServiceElement
Public Methods
 MethodDefined By
  
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
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:String

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

Constructor Detail
ServiceElement()Constructor
public function ServiceElement()

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