Class CallListSqlTemplate
Call list template which is used to assign contacts to a call list automatically
Inheritance
System.Object
CallListSqlTemplate
Implements
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 SourceCallListSqlTemplate()
Initialize sql template
Declaration
public CallListSqlTemplate()
Properties
| Improve this Doc View SourceId
Gets or sets the template id
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Name
Gets or sets the template name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 SourceGetContacts()
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 |
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 |