BPA Admin
BPAAdmin Public interface
Description
Describes methods and properties available on the static instance object BPA.Admin.
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph VGWWCoreIEx VGWWCoreIEx.IExBPAAdmin[[IExBPAAdmin]] class VGWWCoreIEx.IExBPAAdmin interfaceStyle; endMembers
Properties
Public properties
| Type | Name | Methods |
|---|---|---|
IExBPAAdminControl | ControlGets methods and properties related to controlling BPA watchers. | get |
Methods
Public methods
| Returns | Name |
|---|---|
IExMFGSDataTable | Query(object data, object source)TUsed to query the watcher. |
Details
Summary
Describes methods and properties available on the static instance object BPA.Admin.
Methods
Query
public IExMFGSDataTable Query(object data, object source)Arguments
| Type | Name | Description |
|---|---|---|
object | data | The data. |
object | source | The source. |
Summary
TUsed to query the watcher.
Remarks
This method is currently for internal use only.
Returns
An IExMFGSDataTable object.
Properties
Control
public IExBPAAdminControl Control { get; }Summary
Gets methods and properties related to controlling BPA watchers.
Generated with ModularDoc