MFGS
MFGS Public interface
Description
Describes methods and properties available on the static instance object MFGS
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph VGWWCoreIEx VGWWCoreIEx.IExMFGS[[IExMFGS]] class VGWWCoreIEx.IExMFGS interfaceStyle; endMembers
Properties
Public properties
| Type | Name | Methods |
|---|---|---|
IExMFGSConfig | ConfigGets methods and properties related to configuration. | get |
IExMFGSEmail | EmailGets methods and properties related to email. | get |
IExMFGSEnvironment | EnvironmentGets methods and properties related to environment. | get |
IExMFGSIO | IOGets methods and properties related to IO. | get |
IExMFGSLog | LogGets methods and properties related to logging. | get |
IExMFGSMisc | MiscGets methods and properties related to misc. | get |
IExMFGSNet | NetGets methods and properties related to networking. | get |
IExMFGSPrinting | PrintingGets methods and properties related to printing. | get |
IExMFGSReporting | ReportingGets methods and properties related to reporting. | get |
IExMFGSSession | SessionGets methods and properties related to session. | get |
IExMFGSSystem | SystemGets methods and properties related to system. | get |
IExMFGSTerminal | TerminalGets methods and properties related to terminal. | get |
IExMFGSVariables | VariablesGets methods and properties related to variables. | get |
Details
Summary
Describes methods and properties available on the static instance object MFGS
Properties
Config
public IExMFGSConfig Config { get; }Summary
Gets methods and properties related to configuration.
public IExMFGSEmail Email { get; }Summary
Gets methods and properties related to email.
Environment
public IExMFGSEnvironment Environment { get; }Summary
Gets methods and properties related to environment.
IO
public IExMFGSIO IO { get; }Summary
Gets methods and properties related to IO.
Log
public IExMFGSLog Log { get; }Summary
Gets methods and properties related to logging.
Misc
public IExMFGSMisc Misc { get; }Summary
Gets methods and properties related to misc.
Net
public IExMFGSNet Net { get; }Summary
Gets methods and properties related to networking.
Printing
public IExMFGSPrinting Printing { get; }Summary
Gets methods and properties related to printing.
Reporting
public IExMFGSReporting Reporting { get; }Summary
Gets methods and properties related to reporting.
Session
public IExMFGSSession Session { get; }Summary
Gets methods and properties related to session.
System
public IExMFGSSystem System { get; }Summary
Gets methods and properties related to system.
Terminal
public IExMFGSTerminal Terminal { get; }Summary
Gets methods and properties related to terminal.
Variables
public IExMFGSVariables Variables { get; }Summary
Gets methods and properties related to variables.
Generated with ModularDoc