Class SystemInfo
Contains the current user security information and system configuration settings.
Inheritance
System.Object
SystemInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.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 |