Table of Contents

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

bool

IsComplete

Gets whether this section has been scanned.

public bool IsComplete { get; }

Property Value

bool

IsComponentDisabled

Gets whether this section has been marked as component disabled.

[Browsable(false)]
public bool IsComponentDisabled { get; }

Property Value

bool

IsFailed

Gets whether this section has been scanned but failed.

[Browsable(false)]
public bool IsFailed { get; }

Property Value

bool

IsNotAvailableOnObject

Gets whether this section has been marked as not available on object.

[Browsable(false)]
public bool IsNotAvailableOnObject { get; }

Property Value

bool

IsNotAvailableOnPlatform

Gets whether this section has been marked as not available on platform.

[Browsable(false)]
public bool IsNotAvailableOnPlatform { get; }

Property Value

bool

IsNotInstalled

Gets whether this section has been marked as not installed.

[Browsable(false)]
public bool IsNotInstalled { get; }

Property Value

bool

Status

Gets or sets the status of this section.

public SectionStatus Status { get; set; }

Property Value

SectionStatus

StatusString

Gets the status of this section in human readable format.

public string StatusString { get; }

Property Value

string

Methods

Complete()

Marks the section as complete.

public void Complete()