Interface IContactConverter
Interface for implementing a contact converter
Namespace: Simplic.PlugIn.SAC.Contact
Assembly: Simplic.PlugIn.SAC.dll
Syntax
public interface IContactConverter
Methods
| Improve this Doc View SourceConvert(Contact, Contact)
Convert the contact to one or more new contacts of the target type
Declaration
IList<Contact> Convert(Contact contact, Contact dependentContact)
Parameters
Type | Name | Description |
---|---|---|
Contact | contact | Contact to convert |
Contact | dependentContact | Optional dependent contact |
Returns
Type | Description |
---|---|
System.Collections.Generic.IList<Contact> | List of converted contacts |