Class PollSession
Сеанс опроса.
Inheritance
System.Object
PollSession
Implements
Namespace: Lers.Models
Assembly: Lers.Models.dll
Syntax
public class PollSession : object, IUniqueObject
Properties
BytesReceived
Число полученных байт.
Declaration
public long BytesReceived { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
BytesSent
Число отправленных байт.
Declaration
public long BytesSent { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
CallDuration
Продолжительность вызова.
Declaration
public int CallDuration { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CommEquipmentId
Идентификатор коммуникационного оборудования.
Declaration
public int? CommEquipmentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
CommLinkType
Тип канала связи.
Declaration
public CommunicationLink CommLinkType { get; set; }
Property Value
Type | Description |
---|---|
CommunicationLink |
DialTime
Время установки соединения.
Declaration
public float DialTime { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
EndDateTime
Дата и время окончания сеанса.
Declaration
public DateTime? EndDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<DateTime> |
Id
Идентификатор.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NodeId
Идентификатор объекта учета.
Declaration
public int? NodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
PhoneNumber
Номер телефона, на который осуществлен вызов.
Declaration
public string PhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PollConnectionId
ID подключения, использовавшегося для опроса.
Declaration
public int? PollConnectionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
PollPortId
Идентификатор порта опроса.
Declaration
public int? PollPortId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
PollPortTitle
Наименование порта опроса.
Declaration
public string PollPortTitle { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ResultCode
Результат.
Declaration
public PollError? ResultCode { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<PollError> |
StartDateTime
Дата и время начала сеанса.
Declaration
public DateTime StartDateTime { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
TaskId
Идентификатор задания на опрос.
Declaration
public int? TaskId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
TaskTitle
Наименование задания, в рамках которого выполнялась сессия опроса.
Declaration
public string TaskTitle { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TaskType
Тип задания на опрос.
Declaration
public PollTaskType TaskType { get; set; }
Property Value
Type | Description |
---|---|
PollTaskType |