| Package | coldfusion.service | 
| Class | public class ServiceElement | 
| Inheritance | ServiceElement    Object | 
| Language Version: | ActionScript 3.0 | 
| Product Version: | ColdFusion 9 | 
| Runtime Versions: | Flash Player 9, AIR 1.0 | 
CFIDE.services.element.
	  
	  The ColdFusion service returns some of the results in CFIDE.services.element.  
	 
	  Public Properties
| Property | Defined By | ||
|---|---|---|---|
![]()  | constructor : 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 
| Method | Defined By | ||
|---|---|---|---|
	  Creates an instance of the ServiceElement class.  | ServiceElement | ||
![]()  | 
	 Indicates whether an object has a specified property defined.  | Object | |
![]()  | 
	 Indicates whether an instance of the Object class is in the prototype chain of the object specified 
	 as the parameter.  | Object | |
![]()  | 
	 Indicates whether the specified property exists and is enumerable.  | Object | |
![]()  | 
     Sets the availability of a dynamic property for loop operations.  | Object | |
![]()  | 
	 Returns the string representation of this object, formatted according to locale-specific conventions.  | Object | |
| ServiceElement | |||
![]()  | 
	 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 | 
Thu Dec 4 2014, 05:50 PM -08:00
 