Table of Contents

Method GetThirdPartyField

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

GetThirdPartyField(TicketFieldDescriptor)

Gets the third-party TicketFieldDescriptor that corresponds with the specified DataMiner TicketFieldDescriptor.

public TicketFieldDescriptor GetThirdPartyField(TicketFieldDescriptor dataMinerField)

Parameters

dataMinerField TicketFieldDescriptor

The DataMiner TicketFieldDescriptor.

Returns

TicketFieldDescriptor

The third-party TicketFieldDescriptor that corresponds with the specified third-party TicketFieldDescriptor or null if the corresponding field was not found.