Table of Contents

Enum SectionDefinitionError.Reason

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

Defines the section definition error reason.

public enum SectionDefinitionError.Reason

Fields

FieldTypeNotSupported = 2

Field type not supported.

A given type NotSupportedType was used as a FieldType in SectionDefinition, but it is not one of the SupportedTypes.

NotSupportedType contains the type that is not supported

SupportedTypes contains the supported types

GenericEnumEntryInUseByDomInstances = 8

Generic enum entry in use by DOM instances.

The GenericEnumEntry could not be deleted or updated because it is used by at least one DomInstance.

GenericEnumEntry contains the IGenericEnumEntry that could not be deleted or updated

DomInstanceIds contains the IDs of the DomInstances that use this IGenericEnumEntry

GenericEnumEntryInUseByJobs = 5

Generic enum entry in use by jobs.

The GenericEnumEntry could not be deleted or updated because it is used by at least one Job.

GenericEnumEntry contains the GenericEnumEntry that could not be deleted or updated

JobIDs contains the IDs of the Jobs that could use this GenericEnumEntry

SectionDefinitionInUseByDomDefinitions = 7

Section definition in use by DOM definitions.

The SectionDefinition could not be deleted because it is used by at least one DomDefinition.

SectionDefinition contains the SectionDefinition that could not be deleted

DomDefinitionIds contains the IDs of the DomDefinitions that use this SectionDefinition

SectionDefinitionInUseByDomInstances = 6

Section definition in use by DOM instance.

The SectionDefinition could not be updated because it is being used by at least one DomInstance. ///

SectionDefinition contains the SectionDefinition that could not be updated

OriginalSectionDefinition contains the original SectionDefinition

DomInstanceIds contains the IDs of the DomInstances that use this SectionDefinition

SectionDefinitionInUseByJobDomains = 4

Section definition in use by job domains.

The SectionDefinition could not be deleted because it is used by at least one JobDomain.

SectionDefinition contains the SectionDefinition that could not be deleted

JobDomainIDs contains the IDs of the JobDomains that use this SectionDefinition

SectionDefinitionInUseByJobs = 3

Section definition in use by jobs.

The SectionDefinition could not be updated because it is being used by some JobIDs. ///

SectionDefinition contains the requested change to the section definitions

OriginalSectionDefinition contains the original section definitions

JobIDs contains the job ids

StaticSectionDefinitionsCantBeChanged = 1

Static section definitions cannot be changed.

SectionDefinition of sub-type StaticSectionDefinitions can never be created/updated/deleted.