Skip to content

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

Members

Properties

Public properties

TypeNameMethods
stringCategory
Gets or sets the category.
get, set
stringDescription
Gets or sets the description.
get, set
boolDisabled
Gets or sets disabled.
get, set
stringName
Gets or sets the name.
get, set
stringValue
Gets 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