Table of Contents

Class ReservationLinkInfo

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

Represents reservation link info.

[Serializable]
public sealed class ReservationLinkInfo
Inheritance
ReservationLinkInfo
Extension Methods

Remarks

If a section contains links to a ReservationInstances using the ReservationFieldDescriptor, this object describes more details about those links.

Constructors

ReservationLinkInfo()

Initializes a new instance of the ReservationLinkInfo class.

ReservationLinkInfo(ElementID, AutomationScriptID)

Initializes a new instance of the ReservationLinkInfo class using the specified booking element ID and script.

Properties

BookingElementID

Gets or sets the ID of the booking element.

CreateBookingScript

Gets or sets the ID of the booking script.

Methods

Equals(ReservationLinkInfo)

Indicates whether the current object is equal to another object of the same type.

Equals(object)

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

GetHashCode()

Calculates the hash code for this object.

ToString()

Returns a string that represents the current object.