Table of Contents

Method Create

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

Creates a TicketLink object that links to the specified AlarmID object.

public static TicketLink Create(AlarmID id)

Parameters

id AlarmID

The alarm ID.

Returns

TicketLink

The created TicketLink object.

Creates a TicketLink object that links to the specified ElementID object.

public static TicketLink Create(ElementID id)

Parameters

id ElementID

The element ID.

Returns

TicketLink

The created TicketLink object.

Creates a TicketLink object that links to the specified ServiceID object.

public static TicketLink Create(ServiceID id)

Parameters

id ServiceID

The service ID.

Returns

TicketLink

The created TicketLink object.

Creates a TicketLink object that links to the specified RedundancyGroupID object.

public static TicketLink Create(RedundancyGroupID id)

Parameters

id RedundancyGroupID

The redundancy group ID.

Returns

TicketLink

The created TicketLink object.

Creates a TicketLink object that links to the specified ParameterID object.

public static TicketLink Create(ParameterID id)

Parameters

id ParameterID

The parameter ID.

Returns

TicketLink

The created TicketLink object.

Creates a TicketLink object that links to the specified ViewID object.

public static TicketLink Create(ViewID id)

Parameters

id ViewID

The view ID.

Returns

TicketLink

The created TicketLink object.

Creates a TicketLink object that links to the specified ProtocolID object.

public static TicketLink Create(ProtocolID id)

Parameters

id ProtocolID

The protocol ID.

Returns

TicketLink

The created TicketLink object.

Creates a TicketLink object that links to the specified ReservationInstanceID object.

public static TicketLink Create(ReservationInstanceID id)

Parameters

id ReservationInstanceID

The reservation instance ID.

Returns

TicketLink

The created TicketLink object.