MFGS Environment Variable
MFGSEnvironmentVariable Public interface
Description
Represents a variable as defined in the Environment section of MFGStream Configuration.
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph VGWWCoreIEx VGWWCoreIEx.IExMFGSEnvironmentVariable[[IExMFGSEnvironmentVariable]] class VGWWCoreIEx.IExMFGSEnvironmentVariable interfaceStyle; endMembers
Properties
Public properties
| Type | Name | Methods |
|---|---|---|
string | CategoryGets or sets the category. | get, set |
string | DescriptionGets or sets the description. | get, set |
bool | DisabledGets or sets disabled. | get, set |
string | NameGets or sets the name. | get, set |
string | ValueGets or sets the value. | get, set |
Details
Summary
Represents a variable as defined in the Environment section of MFGStream Configuration.
Properties
Category
public string Category { get; set; }Summary
Gets or sets the category.
Name
public string Name { get; set; }Summary
Gets or sets the name.
Value
public string Value { get; set; }Summary
Gets or sets the value.
Description
public string Description { get; set; }Summary
Gets or sets the description.
Disabled
public bool Disabled { get; set; }Summary
Gets or sets disabled.
Remarks
This property has been provided for compatibility and future use. Variables which have been marked disabled in MFGStream Configuration will always be excluded meaning by default this property will return true.
Generated with ModularDoc