Table of Contents

Class RecordDefinitionID

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

Represents a record definition ID.

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

Constructors

RecordDefinitionID()

Initializes a new instance of the RecordDefinitionID class.

RecordDefinitionID(Guid)

Initializes a new instance of the RecordDefinitionID class with the specified ID.

Properties

Id

Gets the record definition ID.

Methods

Build(SimpleByteReader)

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