Search Results for

    Show / Hide Table of Contents

    Class CallListSqlTemplate

    Call list template which is used to assign contacts to a call list automatically

    Inheritance
    System.Object
    CallListSqlTemplate
    Implements
    ICallListTemplate
    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 class CallListSqlTemplate : ICallListTemplate

    Constructors

    | Improve this Doc View Source

    CallListSqlTemplate()

    Initialize sql template

    Declaration
    public CallListSqlTemplate()

    Properties

    | Improve this Doc View Source

    Id

    Gets or sets the template id

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    Name

    Gets or sets the template name

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

    SqlTemplate

    Gets or sets the sql template code

    Declaration
    public string SqlTemplate { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    GetContacts()

    Get the call list configuration and an enumerable of contacts to assign

    Declaration
    public IEnumerable<Guid> GetContacts()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<System.Guid>

    Enumerable of contacts

    | Improve this Doc View Source

    GetContacts(Guid)

    Get the call list configuration and an enumerable of contacts to assign

    Declaration
    public IEnumerable<Guid> GetContacts(Guid configurationId)
    Parameters
    Type Name Description
    System.Guid configurationId

    Unique configuration id

    Returns
    Type Description
    System.Collections.Generic.IEnumerable<System.Guid>

    Enumerable of contacts

    Implements

    ICallListTemplate
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx