Table of Contents

Constructor LinkableObject

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

LinkableObject()

Initializes a new instance of the LinkableObject class.

public LinkableObject()

Remarks

Constructs an empty LinkableObject object with its ID set to Empty.

LinkableObject(Guid)

Initializes a new instance of the LinkableObject class using the specified Guid.

public LinkableObject(Guid g)

Parameters

g Guid

GUID to use as ID.