Search Results for

    Show / Hide Table of Contents

    Class UserSession

    Provides information about the user's interactive session with Repository Console.

    Inheritance
    object
    UserSession
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Nevatech.Vsb.Repository.Entities
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    [DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
    public sealed class UserSession

    Constructors

    UserSession()

    Declaration
    public UserSession()

    Properties

    ClientAddress

    Gets or sets the IP address of the user's browser.

    Declaration
    [DataMember]
    public string ClientAddress { get; set; }
    Property Value
    Type Description
    string

    Duration

    Gets the session duration. If duration is zero than actual session lasted less than a minute.

    Declaration
    [DataMember]
    public TimeSpan Duration { get; }
    Property Value
    Type Description
    TimeSpan

    EndDateTime

    Gets or sets the session end time in UTC.

    Declaration
    [DataMember]
    public DateTime EndDateTime { get; set; }
    Property Value
    Type Description
    DateTime

    Id

    Gets or sets the session database identifier.

    Declaration
    [DataMember]
    public int Id { get; set; }
    Property Value
    Type Description
    int

    IdentityName

    Gets or sets the identity name used to authenticate the user.

    Declaration
    [DataMember]
    public string IdentityName { get; set; }
    Property Value
    Type Description
    string

    StartDateTime

    Gets or sets the session start time in UTC.

    Declaration
    [DataMember]
    public DateTime StartDateTime { get; set; }
    Property Value
    Type Description
    DateTime

    UserFullName

    Gets the full name of the user associated with the session.

    Declaration
    [DataMember]
    public string UserFullName { get; }
    Property Value
    Type Description
    string

    UserId

    Gets or sets the identifier of the user associates with the session.

    Declaration
    [DataMember]
    public int UserId { get; set; }
    Property Value
    Type Description
    int
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation