Table of Contents

Method AddOrUpdateNames

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

AddOrUpdateNames(TicketFieldDescriptor, TicketFieldDescriptor)

Adds or updates this resolver with the specified fields.

public void AddOrUpdateNames(TicketFieldDescriptor DataMinerField, TicketFieldDescriptor ThirdPartyField)

Parameters

DataMinerField TicketFieldDescriptor

The DataMiner field.

ThirdPartyField TicketFieldDescriptor

The third-party ticketing system field.

Exceptions

ArgumentNullException

DataMinerField is null.
-or-
ThirdPartyField is null.

ArgumentException

DataMinerField and ThirdPartyField have the same FieldName. -or-
The specified DataMinerField object has a FieldName that is already used by an existing ThirdPartyField.
-or-
The specified ThirdPartyField object has a FieldName that is already used by an existing DataMinerField.