Click or drag to resize

MappingModel Class

Document Element Id

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

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

Return Value

Type: 
string

The MappingModel type exposes the following members.

Constructors
  NameDescription
Public methodMappingModel
Top
Properties
  NameDescription
Public propertyCode exampleaction
Action for binding (can be Bind, Unbind, Ignore)
Public propertyCode exampleparentSourceId
Parent Document Element Id
Public propertyCode examplerelatedId
Business Object Element Id
Public propertyCode examplesortOrder
Sort order of Business Object Element
Public propertyCode examplesourceId
Document Element Id
Top
Examples
JavaScript
var mappingModel = inArgs.factory.createMappingModel();
mappingModel.sourceId = 'Some Document Element Id';
See Also