Show / Hide Table of Contents

Class Global

Inheritance
System.Object
Global
Namespace: Terrasoft.WebApp
Assembly: Terrasoft.WebApp.dll
Syntax
public class Global : HttpApplication

Constructors

Global()

Declaration
public Global()

Fields

AppConnectionParameterName

Declaration
public const string AppConnectionParameterName = "AppConnection"
Field Value
Type Description
System.String

AppManagerProviderParameterName

Declaration
public const string AppManagerProviderParameterName = "AppManagerProvider"
Field Value
Type Description
System.String

PublishEventWatcherParameterName

Declaration
public const string PublishEventWatcherParameterName = "PublishEventWatcher"
Field Value
Type Description
System.String

WatchReloadTimerParameterName

Declaration
public const string WatchReloadTimerParameterName = "WatchReloadTimer"
Field Value
Type Description
System.String

WorkspaceChangedEventWatcherParameterName

Declaration
public const string WorkspaceChangedEventWatcherParameterName = "WorkspaceChangedEventWatcher"
Field Value
Type Description
System.String

WorkspaceExplorerPageUrl

Declaration
public const string WorkspaceExplorerPageUrl = "~/ClientApp/#/WorkspaceExplorer"
Field Value
Type Description
System.String

Methods

Application_AcquireRequestState(Object, EventArgs)

Declaration
protected void Application_AcquireRequestState(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

Application_BeginRequest(Object, EventArgs)

Declaration
protected void Application_BeginRequest(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

Application_End(Object, EventArgs)

Declaration
protected void Application_End(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

Application_EndRequest(Object, EventArgs)

Declaration
protected void Application_EndRequest(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

Application_Error(Object, EventArgs)

Declaration
protected void Application_Error(object sender, EventArgs eventArgs)
Parameters
Type Name Description
System.Object sender
System.EventArgs eventArgs

Application_PostAuthorizeRequest()

Declaration
protected void Application_PostAuthorizeRequest()

Application_PostRequestHandlerExecute(Object, EventArgs)

Declaration
protected void Application_PostRequestHandlerExecute(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

Application_Start(Object, EventArgs)

Declaration
protected void Application_Start(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

Init()

Declaration
public override void Init()

Session_End(Object, EventArgs)

Declaration
protected void Session_End(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

Session_Start(Object, EventArgs)

Declaration
protected void Session_Start(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

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