public interface IBPIteration extends IBaseField
Modifier and Type | Method and Description |
---|---|
com4j.Com4jObject |
addParam(com4j.Com4jObject pVal)
Add the specified BPParameter Object to the iteration.
|
com4j.Com4jObject |
bpComponent()
The BPComponent object of which this an iteration.
|
void |
deleteIterationParams()
Delete all the parameters from the iteration.
|
void |
deleteParam(com4j.Com4jObject pVal)
Delete the specified BPParameter from the iteration.
|
IList |
iterationParams()
The list of BPIterationParam objects associated with this iteration.
|
Object |
iterationParams(int index) |
int |
order()
The 0-based execution position of this iteration in the set of iterations of this component.
|
void |
order(int pVal)
The 0-based execution position of this iteration in the set of iterations of this component.
|
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
isLocked, lockObject, unLockObject
com4j.Com4jObject bpComponent()
The BPComponent object of which this an iteration.
Getter method for the COM property "BPComponent"
IList iterationParams()
The list of BPIterationParam objects associated with this iteration.
Getter method for the COM property "IterationParams"
Object iterationParams(int index)
com4j.Com4jObject addParam(com4j.Com4jObject pVal)
Add the specified BPParameter Object to the iteration.
pVal
- Mandatory com4j.Com4jObject parameter.void deleteParam(com4j.Com4jObject pVal)
Delete the specified BPParameter from the iteration.
pVal
- Mandatory com4j.Com4jObject parameter.void deleteIterationParams()
Delete all the parameters from the iteration.
int order()
The 0-based execution position of this iteration in the set of iterations of this component.
Getter method for the COM property "Order"
void order(int pVal)
The 0-based execution position of this iteration in the set of iterations of this component.
Setter method for the COM property "Order"
pVal
- Mandatory int parameter.Copyright © 2020. All rights reserved.