Table of Contents

Class FieldDescriptorID

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

Represents a field descriptor ID.

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

Constructors

FieldDescriptorID()

Initializes a new instance of the FieldDescriptorID class.

FieldDescriptorID(Guid)

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

Properties

Id

Gets the GUID.

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.