Method AddOrUpdateNames
AddOrUpdateNames(TicketFieldDescriptor, TicketFieldDescriptor)
Adds or updates this resolver with the specified fields.
public void AddOrUpdateNames(TicketFieldDescriptor DataMinerField, TicketFieldDescriptor ThirdPartyField)
Parameters
DataMinerFieldTicketFieldDescriptorThe DataMiner field.
ThirdPartyFieldTicketFieldDescriptorThe third-party ticketing system field.
Exceptions
- ArgumentNullException
- ArgumentException
DataMinerFieldandThirdPartyFieldhave the same FieldName. -or-
The specifiedDataMinerFieldobject has a FieldName that is already used by an existing ThirdPartyField.
-or-
The specifiedThirdPartyFieldobject has a FieldName that is already used by an existing DataMinerField.