Table of Contents

Class SectionDefinitionID

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

Represents a section definition ID.

[Serializable]
public class SectionDefinitionID : GuidWithModuleIdDMAObjectRef<SectionDefinitionID>
Inheritance
SectionDefinitionID
Inherited Members
Extension Methods

Constructors

SectionDefinitionID()

Initializes a new instance of the SectionDefinitionID class.

SectionDefinitionID(Guid)

Initializes a new instance of the SectionDefinitionID class using the specified GUID.

Properties

Id

Gets the GUID.

ModuleId

Gets or sets the module ID.

Methods

Build(SimpleByteReader)

Creates a new FieldDescriptorID instance from the specified SimpleByteReader.

ToFileFriendlyString()

Returns a file-friendly string that represents the current object.

ToString()

Returns a string that represents the current object.