Method Create
Create(AlarmID)
Creates a TicketLink object that links to the specified Skyline.DataMiner.Net.Messages.SLDataGateway.AlarmID object.
public static TicketLink Create(AlarmID id)
Parameters
idAlarmIDThe alarm ID.
Returns
- TicketLink
The created TicketLink object.
Create(ElementID)
Creates a TicketLink object that links to the specified ElementID object.
public static TicketLink Create(ElementID id)
Parameters
idElementIDThe element ID.
Returns
- TicketLink
The created TicketLink object.
Create(ServiceID)
Creates a TicketLink object that links to the specified SLNetTypes.DataMiner.Net.ServiceID object.
public static TicketLink Create(ServiceID id)
Parameters
idServiceIDThe service ID.
Returns
- TicketLink
The created TicketLink object.
Create(RedundancyGroupID)
Creates a TicketLink object that links to the specified SLNetTypes.DataMiner.Net.RedundancyGroupID object.
public static TicketLink Create(RedundancyGroupID id)
Parameters
idRedundancyGroupIDThe redundancy group ID.
Returns
- TicketLink
The created TicketLink object.
Create(ParameterID)
Creates a TicketLink object that links to the specified Skyline.DataMiner.Net.Messages.SLDataGateway.ParameterID object.
public static TicketLink Create(ParameterID id)
Parameters
idParameterIDThe parameter ID.
Returns
- TicketLink
The created TicketLink object.
Create(ViewID)
Creates a TicketLink object that links to the specified Skyline.DataMiner.Net.ViewID object.
public static TicketLink Create(ViewID id)
Parameters
idViewIDThe view ID.
Returns
- TicketLink
The created TicketLink object.
Create(ProtocolID)
Creates a TicketLink object that links to the specified ProtocolID object.
public static TicketLink Create(ProtocolID id)
Parameters
idProtocolIDThe protocol ID.
Returns
- TicketLink
The created TicketLink object.
Create(ReservationInstanceID)
Creates a TicketLink object that links to the specified SLNetTypes.DataMiner.Net.ReservationInstanceID object.
public static TicketLink Create(ReservationInstanceID id)
Parameters
idReservationInstanceIDThe reservation instance ID.
Returns
- TicketLink
The created TicketLink object.