MappingModel Class |
Namespace: Aras.Modules.CMF.Public
Aras.Modules.CMF.Public.MappingModel = function(); Type.createClass( 'Aras.Modules.CMF.Public.MappingModel');
The MappingModel type exposes the following members.
Name | Description | |
---|---|---|
![]() | MappingModel |
Name | Description | |
---|---|---|
![]() ![]() | action |
Action for binding (can be Bind, Unbind, Ignore)
|
![]() ![]() | parentSourceId |
Parent Document Element Id
|
![]() ![]() | relatedId |
Business Object Element Id
|
![]() ![]() | sortOrder |
Sort order of Business Object Element
|
![]() ![]() | sourceId |
Document Element Id
|
var mappingModel = inArgs.factory.createMappingModel(); mappingModel.sourceId = 'Some Document Element Id';