LogOnHistoryRecordData Class

Base data contract object for returning an LogOnHistoryRecord through REST API.
Inheritance Hierarchy

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[DataContractAttribute]
public class LogOnHistoryRecordData : BaseDataContract

The LogOnHistoryRecordData type exposes the following members.

Constructors
  NameDescription
Public methodLogOnHistoryRecordData
Initializes a new instance of the LogOnHistoryRecordData class.
Top
Properties
  NameDescription
Public propertyAccountId
Gets the account identifier.
Public propertyAccountInfo
Gets or sets the MemberInfoData object associated with the account.
Public propertyEndReason
Gets the reason why the session was terminated.
Public propertyEndTime
Gets the time when the session was terminated.
Public propertyIPAddress
Gets the IP address associated with the session at the time of the logon.
Public propertyIsSeatReserved
Gets a value indicating whether the seat is reserved.
Public propertySeatKind
Gets the kind of the seat.
Public propertySessionId
Gets the session identifier.
Public propertyStartTime
Gets the time when the session was created.
Public propertyTenantId
Gets the tenant identifier.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
See Also