Package | coldfusion.service |
Class | public class ServiceElementCollection |
Inheritance | ServiceElementCollection Object |
Language Version: | ActionScript 3.0 |
Product Version: | ColdFusion 9 |
Runtime Versions: | Flash Player 9, AIR 1.0 |
CFIDE.services.elementcollection
.
The ColdFusion service requires input for some of the operations in
CFIDE.services.elementcollection
.
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. | ServiceElementCollection | ||
prototype : 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
Method | Defined By | ||
---|---|---|---|
Creates an instance of the ServiceElementCollection class. | ServiceElementCollection | ||
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 | ||
ServiceElementCollection | |||
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 |
Mon Nov 28 2011, 06:48 AM -08:00