Search Results for

    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()
    Namespace: Nevatech.Vsb.Repository.Services
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    [DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
    public sealed class SystemInfo

    Constructors

    SystemInfo()

    Declaration
    public SystemInfo()

    Properties

    Settings

    Gets or sets the service configuration settings.

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

    UserInfo

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

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