Search Results for

    Show / Hide Table of Contents

    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 Source

    ContactTypeKeyIds

    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>
    | Improve this Doc View Source

    ConverterName

    Gets the name of the converter

    Declaration
    string ConverterName { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    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>
    | Improve this Doc View Source

    RequiresDependentContact

    Gets whether a nother contact is required

    Declaration
    bool RequiresDependentContact { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    | Improve this Doc View Source

    Create()

    Create a new converter instance

    Declaration
    IContactConverter Create()
    Returns
    Type Description
    IContactConverter
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx