Class ContactConverterFactory
Factory for managing contact converter
Inheritance
System.Object
ContactConverterFactory
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.PlugIn.SAC.Contact
Assembly: Simplic.PlugIn.SAC.dll
Syntax
public static class ContactConverterFactory
Properties
| Improve this Doc View SourceFactories
Gets a list of available converter
Declaration
public static IList<IContactConverterFactory> Factories { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<IContactConverterFactory> |
Methods
| Improve this Doc View SourceGetFactories(Int32)
Gets a list of IContactConverterFactory which can be used for converting the given contact type
Declaration
public static IList<IContactConverterFactory> GetFactories(int sourceContactType)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | sourceContactType | Source contact type |
Returns
Type | Description |
---|---|
System.Collections.Generic.IList<IContactConverterFactory> | List of converter factories |