posted Jul 7, 2014, 2:18 PM by Kevin Cassidy
[
updated Jul 14, 2014, 4:56 PM
]
Parameters from methods, services, and statements can be rendered for the user to choose from.
<i class="icon-list" data-behavior="OperationSignature" data-operationsignature-options="{{
'basemoduleid': 'MethodObject',
'baseoperationid': 'MethodOperation',
'baseparameterid': 'MethodParameters'
'moduleid': 'Object',
'operationid': 'Operation',
'parameterid': 'Parameters'
'appliesto': '{AppliesTo}'
}}"/>
The options passed to the behavior comprise:
- basemoduleid: id of html element that has the method class name
- baseoperationid: id of html element that has the method operation
- baseparameterid: id of html element in which the method parameters should be set
- moduleid: id of html element that has the operation class name
- operationid: id of html element that has the operation
- parameterid: id of html element in which the operation parameters should be set
- url: URL of method to supply list of parameters
- Default is Application/ObjectConfiguration.ashx/FieldList
- appliesto: base object referenced by operation lookup
Use case:
|
|