Show / Hide Table of Contents

Class UserConnectionProperties

Inheritance
System.Object
UserConnectionProperties
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: Terrasoft.Core
Assembly: Terrasoft.Core.dll
Syntax
public class UserConnectionProperties

Constructors

UserConnectionProperties()

Declaration
public UserConnectionProperties()

Properties

AppConnection

Declaration
public AppConnection AppConnection { get; set; }
Property Value
Type Description
AppConnection

AuthData

Declaration
public AuthData AuthData { get; set; }
Property Value
Type Description
AuthData

CheckPasswordExpiry

Declaration
public bool CheckPasswordExpiry { get; set; }
Property Value
Type Description
System.Boolean

ClientIP

Declaration
public string ClientIP { get; set; }
Property Value
Type Description
System.String

IsMobileClient

Declaration
public bool IsMobileClient { get; set; }
Property Value
Type Description
System.Boolean

LogSessionStart

Declaration
public bool LogSessionStart { get; set; }
Property Value
Type Description
System.Boolean

SessionId

Declaration
public string SessionId { get; set; }
Property Value
Type Description
System.String

TimeZone

Declaration
public TimeZoneInfo TimeZone { get; set; }
Property Value
Type Description
System.TimeZoneInfo

UserAgent

Declaration
public string UserAgent { get; set; }
Property Value
Type Description
System.String

Extension Methods

ReflectionUtilities.GetPropertyValue(Object, String)
ReflectionUtilities.GetPropertyDefValue(Object, String, Object)
ReflectionUtilities.TryGetPropertyValue(Object, String, out Object)
ReflectionUtilities.HasProperty(Object, String)
ReflectionUtilities.GetPropertyValue(Object, String, BindingFlags)
ReflectionUtilities.GetPropertyValueByPath(Object, String)
ReflectionUtilities.SetPropertyValue(Object, String, Object)
ReflectionUtilities.TrySetPropertyValue(Object, String, Object)
ValidateUtilities.CheckArgumentNull(Object, String)
ValidateUtilities.CheckDependencyNull(Object, String)
ValidateUtilities.EnsureDependencyNotNull<T>(T, String)
MetaDataTestUtils.MetaPropertiesShouldNotHaveDefValue<TInstance>(TInstance)
MetaDataTestUtils.MetaPropertiesShouldNotHaveDefValue<TInstance>(TInstance, Boolean)
NSubstituteExtension.Protected(Object, String, Object[])
NSubstituteExtension.Protected(Object, String, Boolean, Object[])
NSubstituteExtension.ProtectedGeneric<T>(Object, String, Object[])
NSubstituteExtension.ProtectedGeneric<T>(Object, String, Boolean, Object[])
NSubstituteExtension.ProtectedProperty(Object, String)
NSubstituteExtension.MatchInstance<T>(T)
SubstituteUtilities.GetIsSubstituteObject(Object)
SubstituteUtilities.Instead<TInstance, TValue>(TInstance, Func<TInstance, TValue>)
Back to top Generated by DocFX