ADAPI
All Classes Namespaces Functions Enumerations Enumerator Properties Events
Public Member Functions | Properties | List of all members
ADAPI.Service Class Reference

Class describes the Service object. More...

Public Member Functions

override string ToString ()
 Returns string representation of the object. More...
 

Properties

string id [get]
 Unique service ID. More...
 
string name [get]
 Service display name. More...
 
string shortName [get]
 Service short display name. More...
 
ServiceMediaType mediaType [get]
 Service media type. More...
 
bool dispositionRequired [get]
 Specifies if agent must specify disposition when completing service items. More...
 
bool screenPopFormEnabled [get]
 Specifies if service has associated Screen Pop form. More...
 
bool voiceSignatureEnabled [get]
 Specifies if items for that service may have voice signatures. More...
 
bool excludedFromDashboard [get]
 ??? More...
 
SortedDictionary< string, Dispositiondispositions [get]
 Collection of dispositions for the service. More...
 

Detailed Description

Class describes the Service object.

Member Function Documentation

◆ ToString()

override string ADAPI.Service.ToString ( )

Returns string representation of the object.

Property Documentation

◆ dispositionRequired

bool ADAPI.Service.dispositionRequired
get

Specifies if agent must specify disposition when completing service items.

◆ dispositions

SortedDictionary<string, Disposition> ADAPI.Service.dispositions
get

Collection of dispositions for the service.

◆ excludedFromDashboard

bool ADAPI.Service.excludedFromDashboard
get

???

◆ id

string ADAPI.Service.id
get

Unique service ID.

◆ mediaType

ServiceMediaType ADAPI.Service.mediaType
get

Service media type.

◆ name

string ADAPI.Service.name
get

Service display name.

◆ screenPopFormEnabled

bool ADAPI.Service.screenPopFormEnabled
get

Specifies if service has associated Screen Pop form.

◆ shortName

string ADAPI.Service.shortName
get

Service short display name.

◆ voiceSignatureEnabled

bool ADAPI.Service.voiceSignatureEnabled
get

Specifies if items for that service may have voice signatures.


The documentation for this class was generated from the following file: