Show / Hide Table of Contents

Enum SessionEndMethod

Method for closing user session.

Namespace: Terrasoft.Common
Assembly: Terrasoft.Common.dll
Syntax
public enum SessionEndMethod

Fields

Name Description
Logout

Session closed because the user has logged off.

NotFinished

Session not closed.

Terminate

Session closed forcefully.

Timeout

Session closed on time-out on the Server side.

Extension Methods

EnumUtilities.ToLocalizedString()
EnumUtilities.ToLocalizedString(CultureInfo)
ReflectionUtilities.GetPropertyValue(String)
ReflectionUtilities.GetPropertyDefValue(String, Object)
ReflectionUtilities.TryGetPropertyValue(String, Object)
ReflectionUtilities.HasProperty(String)
ReflectionUtilities.GetPropertyValue(String, BindingFlags)
ReflectionUtilities.GetPropertyValueByPath(String)
ReflectionUtilities.SetPropertyValue(String, Object)
ReflectionUtilities.TrySetPropertyValue(String, Object)
ValidateUtilities.CheckArgumentNull(String)
ValidateUtilities.CheckDependencyNull(String)
MetaDataTestUtils.MetaPropertiesShouldNotHaveDefValue<SessionEndMethod>()
MetaDataTestUtils.MetaPropertiesShouldNotHaveDefValue<SessionEndMethod>(Boolean)
NSubstituteExtension.Protected(String, Object[])
NSubstituteExtension.Protected(String, Boolean, Object[])
NSubstituteExtension.ProtectedGeneric<T>(String, Object[])
NSubstituteExtension.ProtectedGeneric<T>(String, Boolean, Object[])
NSubstituteExtension.ProtectedProperty(String)
NSubstituteExtension.MatchInstance<SessionEndMethod>()
SubstituteUtilities.GetIsSubstituteObject()
Back to top Generated by DocFX