Table of Contents

Class SectionDefinitionError

Namespace
Skyline.DataMiner.Net.Sections
Assembly
SLNetTypes.dll

Represents a section definition error.

[Serializable]
public class SectionDefinitionError
Inheritance
SectionDefinitionError
Extension Methods

Constructors

SectionDefinitionError()

Initializes a new instance of the SectionDefinitionError class.

SectionDefinitionError(Reason)

Initializes a new instance of the SectionDefinitionError class using the specified error reason.

SectionDefinitionError(Reason, IGenericEnumEntry, List<JobID>)

Initializes a new instance of the SectionDefinitionError class with the specified error reason, generic enum entry and job IDs.

SectionDefinitionError(Reason, SectionDefinition, SectionDefinition, List<JobID>)

Initializes a new instance of the SectionDefinitionError class with the specified error reason, the original section definition, the section definition and jobs.

SectionDefinitionError(Reason, SectionDefinition, List<JobDomainID>)

Initializes a new instance of the SectionDefinitionError class with the specified error reason, section definition and job domain IDs.

SectionDefinitionError(Reason, SectionDefinition, List<JobID>)

Initializes a new instance of the SectionDefinitionError class using the specified error reason, section definition and jobs.

SectionDefinitionError(Reason, SectionDefinitionID)

Initializes a new instance of the SectionDefinitionError class with the specified error reason and section definition ID.

SectionDefinitionError(Reason, Type, List<Type>)

Initializes a new instance of the SectionDefinitionError class with the specified error reason, the unsupported type and the supported types.

Properties

DomDefinitionIds

Gets or sets the DOM definition IDs.

DomInstanceIds

Gets or sets the DOM instance IDs.

ErrorReason

Gets or sets the section definition error reason.

FieldDescriptors

Gets or sets the field descriptors.

GenericEnumEntry

Gets or sets the generic enum entry.

JobDomainIDs

Gets or sets the job domain IDs.

JobIDs

Gets or sets the job IDs.

NotSupportedType

Gets or sets the unsupported type.

OriginalSectionDefinition

Gets or sets the original section definition.

SectionDefinition

Gets or sets the section definition.

SectionDefinitionID

Gets or sets the section definition ID.

SupportedTypes

Gets or sets the supported types.

Methods

ToString()

Returns a string that represents the current object.