import BaseParameterBuilderWithParent from 'opengate-js/src/operations/catalog/parameters/BaseParameterBuilderWithParent.js'BaseParameterBuilderWithParent
This class generate a builder by a dynamic content about specific parameter to an operation.
Constructor Summary
| Public Constructor | ||
| public |
constructor(ogapi: InternalOpenGateAPI, config: object, parent: BaseOperationBuilder) |
|
Member Summary
| Public Members | ||
| public |
|
|
Method Summary
| Public Methods | ||
| public |
This has all knowledge to make a object. |
|
| public |
This method will invoke build and then it will append the parameter to operationBuilder with the correct way |
|
Public Constructors
public constructor(ogapi: InternalOpenGateAPI, config: object, parent: BaseOperationBuilder) source
Params:
| Name | Type | Attribute | Description |
| ogapi | InternalOpenGateAPI |
|
this is configuration about Opengate North API. |
| config | object |
|
this is configuration about parameter operation. |
| parent | BaseOperationBuilder |
|
this is a instance of BaseOperationBuilder |
Public Members
public [createSetterNameMethod(config)]: * source
Public Methods
public buildAndAppend(): BaseOperationBuilder source
This method will invoke build and then it will append the parameter to operationBuilder with the correct way