Show / Hide Table of Contents

    Class SystemInfo

    Contains the current user security information and system configuration settings.

    Inheritance
    Object
    SystemInfo
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Nevatech.Vsb.Repository.Services
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public sealed class SystemInfo

    Constructors

    SystemInfo()

    Declaration
    public SystemInfo()

    Properties

    Settings

    Gets or sets the service configuration settings.

    Declaration
    public ConfigurationSettings Settings { get; set; }
    Property Value
    Type Description
    ConfigurationSettings

    UserInfo

    Gets or sets the security-related information about currently logged user.

    Declaration
    public UserAuthorizationInfo UserInfo { get; set; }
    Property Value
    Type Description
    UserAuthorizationInfo
    Back to top Nevatech Sentinet 6.5 Online Documentation