Table of Contents

Constructor Section

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

Section()

Initializes a new instance of the Section class.

public Section()

Section(SectionDefinition)

Initializes a new instance of the Section class using the specified section definition.

public Section(SectionDefinition existingSectionDefinition)

Parameters

existingSectionDefinition SectionDefinition

The section definition.

Remarks

As the corresponding section definition is provided, this section will be already stitched.

Exceptions

ArgumentNullException

existingSectionDefinition is null.

Section(SectionDefinitionID)

Initializes a new instance of the Section class using the specified section definition ID.

public Section(SectionDefinitionID sectionDefinitionID)

Parameters

sectionDefinitionID SectionDefinitionID

Section definition ID.

Section(SerializationInfo, StreamingContext)

Initializes a new instance of the Section class using the specified serialization info and streaming context.

public Section(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The serialization info.

context StreamingContext

The streaming context.