Table of Contents

Class LinkableObject

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

Represents an object that has an ID. This class serves as a base class for other classes to inherit from.

[Serializable]
[JsonObject(MemberSerialization.OptIn)]
public class LinkableObject : IManagerIdentifiableObject<Guid>
Inheritance
LinkableObject
Implements
Derived
Extension Methods

Constructors

LinkableObject()

Initializes a new instance of the LinkableObject class.

LinkableObject(Guid)

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

Fields

_ID

Properties

ID

Gets or set the ID of this object.

Methods

Equals(object)

Determines whether the specified object is equal to the current object.

FiltersTo(LinkableObject)

Retrieves a value indicating whether this object matches the specified filter.

GetHashCode()

Calculates the hash code for this object.

ToString()

Returns a string that represents the current object.