Table of Contents

Class RecordCellDefinitionID

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

Represents a record cell definition ID.

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

Constructors

RecordCellDefinitionID()

Initializes a new instance of the RecordCellDefinitionID class.

RecordCellDefinitionID(Guid)

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

Properties

Id

Gets the record cell definition ID.

Methods

Build(SimpleByteReader)

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