Method Create
Create(AlarmID)
Creates a TicketLink object that links to the specified AlarmID object.
public static TicketLink Create(AlarmID id)
Parameters
id
AlarmIDThe 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
id
ElementIDThe element ID.
Returns
- TicketLink
The created TicketLink object.
Create(ServiceID)
Creates a TicketLink object that links to the specified ServiceID object.
public static TicketLink Create(ServiceID id)
Parameters
id
ServiceIDThe service ID.
Returns
- TicketLink
The created TicketLink object.
Create(RedundancyGroupID)
Creates a TicketLink object that links to the specified RedundancyGroupID object.
public static TicketLink Create(RedundancyGroupID id)
Parameters
id
RedundancyGroupIDThe redundancy group ID.
Returns
- TicketLink
The created TicketLink object.
Create(ParameterID)
Creates a TicketLink object that links to the specified ParameterID object.
public static TicketLink Create(ParameterID id)
Parameters
id
ParameterIDThe parameter ID.
Returns
- TicketLink
The created TicketLink object.
Create(ViewID)
Creates a TicketLink object that links to the specified ViewID object.
public static TicketLink Create(ViewID id)
Parameters
id
ViewIDThe 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
id
ProtocolIDThe protocol ID.
Returns
- TicketLink
The created TicketLink object.
Create(ReservationInstanceID)
Creates a TicketLink object that links to the specified ReservationInstanceID object.
public static TicketLink Create(ReservationInstanceID id)
Parameters
id
ReservationInstanceIDThe reservation instance ID.
Returns
- TicketLink
The created TicketLink object.