Table of Contents

Class DefaultJobSectionDefinition

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

Represents a default Job section definition containing the fields "Name", "Start Time" and "End Time".

[Serializable]
public sealed class DefaultJobSectionDefinition : StaticSectionDefinition, CustomDataType, DataType, IManagerIdentifiableObject<SectionDefinitionID>, ITrackLastModified
Inheritance
DefaultJobSectionDefinition
Implements
Inherited Members
Extension Methods

Remarks

Every Job is required to have exactly one section that uses this section definition.

Constructors

DefaultJobSectionDefinition()

Initializes a new instance of the DefaultJobSectionDefinition class.

Fields

DefaultJobSectionID

The section definition ID of the default Job section.

EndTimeFieldDescriptorID

The descriptor ID of the end time field.

NameFieldDescriptorID

The descriptor ID of the name field.

StartTimeFieldDescriptorID

The descriptor ID of the start time field.

Properties

Instance

Gets a new instance of DefaultJobSectionDefinition.

Methods

Equals(DefaultJobSectionDefinition)

Indicates whether the current object is equal to another object of the same type.

Equals(object)

Determines whether the specified object is equal to the current object.

GetDefaultFieldDescriptors()

Retrieves the default field descriptors.

GetDefaultID()

Retrieves the default section ID.

GetDefaultName()

Retrieves the default name.

GetDefaultSectionValidators()

Retrieves the default section validators.

GetHashCode()

Calculates the hash code for this object.