public interface IBPGroup
extends com4j.Com4jObject
| Modifier and Type | Method and Description | 
|---|---|
void | 
addBPComponent(com4j.Com4jObject pBPComponent)
 Adds the specified business component to the group. 
 | 
IList | 
bpComponents()
 The list of the BPComponents that belong to the group. 
 | 
Object | 
bpComponents(int index)  | 
void | 
deleteBPComponent(com4j.Com4jObject pBPComponent)
 Removes the specified business component from the group. 
 | 
int | 
id()
 The group ID. 
 | 
IList bpComponents()
The list of the BPComponents that belong to the group.
Object bpComponents(int index)
void addBPComponent(com4j.Com4jObject pBPComponent)
Adds the specified business component to the group.
pBPComponent - Mandatory com4j.Com4jObject parameter.void deleteBPComponent(com4j.Com4jObject pBPComponent)
Removes the specified business component from the group.
pBPComponent - Mandatory com4j.Com4jObject parameter.int id()
The group ID.
Getter method for the COM property "ID"
Copyright © 2020. All rights reserved.