Class BypassSection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a section that can be bypassed.
public abstract class BypassSection : BaseTypeSection
- Inheritance
-
BypassSection
- Derived
Constructors
BypassSection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.BypassSection class.
public BypassSection()
Properties
IsBypassed
Gets whether this section has been bypassed.
[Browsable(false)]
public bool IsBypassed { get; }
Property Value
IsComplete
Gets whether this section has been scanned.
public bool IsComplete { get; }
Property Value
IsComponentDisabled
Gets whether this section has been marked as component disabled.
[Browsable(false)]
public bool IsComponentDisabled { get; }
Property Value
IsFailed
Gets whether this section has been scanned but failed.
[Browsable(false)]
public bool IsFailed { get; }
Property Value
IsNotAvailableOnObject
Gets whether this section has been marked as not available on object.
[Browsable(false)]
public bool IsNotAvailableOnObject { get; }
Property Value
IsNotAvailableOnPlatform
Gets whether this section has been marked as not available on platform.
[Browsable(false)]
public bool IsNotAvailableOnPlatform { get; }
Property Value
IsNotInstalled
Gets whether this section has been marked as not installed.
[Browsable(false)]
public bool IsNotInstalled { get; }
Property Value
Status
Gets or sets the status of this section.
public SectionStatus Status { get; set; }
Property Value
StatusString
Gets the status of this section in human readable format.
public string StatusString { get; }
Property Value
Methods
Complete()
Marks the section as complete.
public void Complete()