Interface IContactConverterFactory
Creates a new IContactConverter instance
Namespace: Simplic.PlugIn.SAC.Contact
Assembly: Simplic.PlugIn.SAC.dll
Syntax
public interface IContactConverterFactory
Properties
| Improve this Doc View SourceContactTypeKeyIds
Gets a list of contact types which the converter can convert from
Declaration
IList<int> ContactTypeKeyIds { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.Int32> |
ConverterName
Gets the name of the converter
Declaration
string ConverterName { get; }
Property Value
Type | Description |
---|---|
System.String |
DependentContactTypes
Gets a list of required contact types. One of the types are required
Declaration
IList<int> DependentContactTypes { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.Int32> |
RequiresDependentContact
Gets whether a nother contact is required
Declaration
bool RequiresDependentContact { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceCreate()
Create a new converter instance
Declaration
IContactConverter Create()
Returns
Type | Description |
---|---|
IContactConverter |