Class CallListApplicationHelper
Helper for using the call list api from grids
Inheritance
System.Object
CallListApplicationHelper
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 CallListApplicationHelper
Methods
| Improve this Doc View SourceAddContactToCallList(IList<Object>)
Add contacts to call list
Declaration
public static GridInvokeMethodResult AddContactToCallList(IList<object> rows)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<System.Object> | rows |
Returns
Type | Description |
---|---|
GridInvokeMethodResult |
CreateCallListWithTemplate(IList<Object>)
Create a call list using a template
Declaration
public static GridInvokeMethodResult CreateCallListWithTemplate(IList<object> rows)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<System.Object> | rows |
Returns
Type | Description |
---|---|
GridInvokeMethodResult |
CreateEmptyCallList(IList<Object>)
Create empty call list
Declaration
public static GridInvokeMethodResult CreateEmptyCallList(IList<object> rows)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<System.Object> | rows |
Returns
Type | Description |
---|---|
GridInvokeMethodResult |
EditCallList(IList<Object>)
Edit existing call list
Declaration
public static GridInvokeMethodResult EditCallList(IList<object> rows)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<System.Object> | rows |
Returns
Type | Description |
---|---|
GridInvokeMethodResult |
EditCallListSqlTemplate(IList<Object>)
Show call list template editor
Declaration
public static GridInvokeMethodResult EditCallListSqlTemplate(IList<object> rows)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<System.Object> | rows |
Returns
Type | Description |
---|---|
GridInvokeMethodResult |
NewCallListSqlTemplate(IList<Object>)
Show new sql call list template window
Declaration
public static GridInvokeMethodResult NewCallListSqlTemplate(IList<object> rows)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<System.Object> | rows |
Returns
Type | Description |
---|---|
GridInvokeMethodResult |
RemoveCallList(IList<Object>)
Remove complete call list
Declaration
public static GridInvokeMethodResult RemoveCallList(IList<object> rows)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<System.Object> | rows |
Returns
Type | Description |
---|---|
GridInvokeMethodResult |
RemoveContactFromCallList(IList<Object>)
Remove contacts from call list
Declaration
public static GridInvokeMethodResult RemoveContactFromCallList(IList<object> rows)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<System.Object> | rows | Requires column: Guid = ContactGuid; CallListGuid = guid of the call list |
Returns
Type | Description |
---|---|
GridInvokeMethodResult |