Method AddOrUpdateNames
AddOrUpdateNames(TicketFieldDescriptor, TicketFieldDescriptor)
Adds or updates this resolver with the specified fields.
public void AddOrUpdateNames(TicketFieldDescriptor DataMinerField, TicketFieldDescriptor ThirdPartyField)
Parameters
DataMinerField
TicketFieldDescriptorThe DataMiner field.
ThirdPartyField
TicketFieldDescriptorThe third-party ticketing system field.
Exceptions
- ArgumentNullException
- ArgumentException
DataMinerField
andThirdPartyField
have the same FieldName. -or-
The specifiedDataMinerField
object has a FieldName that is already used by an existing ThirdPartyField.
-or-
The specifiedThirdPartyField
object has a FieldName that is already used by an existing DataMinerField.