Table of Contents

Class SectionID

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

Represents a section ID.

[Serializable]
public class SectionID : GuidDMAObjectRef<SectionID>
Inheritance
SectionID
Inherited Members
Extension Methods

Constructors

SectionID()

Initializes a new instance of the SectionID class.

SectionID(Guid)

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

Properties

Id

Gets the GUID.

Methods

Build(SimpleByteReader)

Creates a new SectionID 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.