Packagecom.asfusion.mate.core
Interfacepublic interface IProperty
ImplementorsProperties, Property

The IProperty interface allows to set properties in an Object. The BaseAction class uses this interface as a type of the properties attribute. That allows any action to have properties defined in mxml.



Public Methods
 MethodDefined by
  
setProperties(target:Object, scope:IScope):Object
IProperty
Method detail
setProperties()method
public function setProperties(target:Object, scope:IScope):ObjectParameters
target:Object
 
scope:IScope

Returns
Object