Click or drag to resize

ComputeMethodResultBuilder Class

Instance of Class (passed as an arg) is used to build results. MarkToUpdate the properties to change and pass new values. The same properties can be marked to update in one method several times. The last value will be used, and it will not affect perfomance (only one time a property will be updated).

Namespace:  Aras.Modules.CMF.Public
Syntax
JavaScript
Aras.Modules.CMF.Public.ComputeMethodResultBuilder = function();

Type.createClass(
	'Aras.Modules.CMF.Public.ComputeMethodResultBuilder');

The ComputeMethodResultBuilder type exposes the following members.

Constructors
Methods
  NameDescription
Public methodCode examplemarkToUpdateStyle
Mark to update the Property Item to change and pass a new style.
Public methodCode examplemarkToUpdateValue
Mark to update the Property Item to change and pass a new value.
Top
See Also