Skip to content

BPA

BPA Public interface

Description

Describes methods and properties available on the static instance object BPA.

Diagram

flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph VGWWCoreIEx
VGWWCoreIEx.IExBPA[[IExBPA]]
class VGWWCoreIEx.IExBPA interfaceStyle;
end

Members

Properties

Public properties

TypeNameMethods
IExBPAAdminAdmin
Gets methods and properties related to administration of BPA watchers.
get
IExBPAEmailEmail
Gets methods and properties related to the email watcher.
get
IExBPAFileSystemFileSystem
Gets methods and properties related to the file system watcher.
get
IExBPAHttpHttp
Gets methods and properties related to the http watcher.
get
IExBPAIntervalInterval
Gets methods and properties related to the interval.
get
BPAWatcherTypeWatcherType
Gets the type of watcher of the current session.
get

Details

Summary

Describes methods and properties available on the static instance object BPA.

Properties

Admin

public IExBPAAdmin Admin { get; }
Summary

Gets methods and properties related to administration of BPA watchers.

Email

public IExBPAEmail Email { get; }
Summary

Gets methods and properties related to the email watcher.

FileSystem

public IExBPAFileSystem FileSystem { get; }
Summary

Gets methods and properties related to the file system watcher.

Http

public IExBPAHttp Http { get; }
Summary

Gets methods and properties related to the http watcher.

Remarks

This watcher is still in development.

Interval

public IExBPAInterval Interval { get; }
Summary

Gets methods and properties related to the interval.

WatcherType

public BPAWatcherType WatcherType { get; }
Summary

Gets the type of watcher of the current session.

Remarks

Returns bpaTypeNA if not a watcher session.

Generated with ModularDoc