Packagecom.asfusion.mate.core
Interfacepublic interface ISmartObject
ImplementorsCache, SmartObject

An Interface used to read SmartObjects. Allows get the real value of the SmartObject.



Public Methods
 MethodDefined by
  
getValue(scope:IScope, debugCall:Boolean = false):Object
This method returns the real value of the SmartObject
ISmartObject
Method detail
getValue()method
public function getValue(scope:IScope, debugCall:Boolean = false):Object

This method returns the real value of the SmartObject

Parameters
scope:IScope
 
debugCall:Boolean (default = false)

Returns
Object