Skip to content

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;
end

Members

Properties

Public properties

TypeNameMethods
IExMFGSConfigConfig
Gets methods and properties related to configuration.
get
IExMFGSEmailEmail
Gets methods and properties related to email.
get
IExMFGSEnvironmentEnvironment
Gets methods and properties related to environment.
get
IExMFGSIOIO
Gets methods and properties related to IO.
get
IExMFGSLogLog
Gets methods and properties related to logging.
get
IExMFGSMiscMisc
Gets methods and properties related to misc.
get
IExMFGSNetNet
Gets methods and properties related to networking.
get
IExMFGSPrintingPrinting
Gets methods and properties related to printing.
get
IExMFGSReportingReporting
Gets methods and properties related to reporting.
get
IExMFGSSessionSession
Gets methods and properties related to session.
get
IExMFGSSystemSystem
Gets methods and properties related to system.
get
IExMFGSTerminalTerminal
Gets methods and properties related to terminal.
get
IExMFGSVariablesVariables
Gets 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.

Email

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