Show / Hide Table of Contents

Class Navigation

Inheritance
System.Object
Navigation
Namespace: Terrasoft.WebApp.Loader.Navigation
Assembly: Terrasoft.WebApp.Loader.dll
Syntax
public class Navigation : Page

Constructors

Navigation()

Declaration
public Navigation()

Fields

MethodName

Navigation service method name.

Declaration
protected readonly string MethodName
Field Value
Type Description
System.String

ServiceName

Navigation service name.

Declaration
protected readonly string ServiceName
Field Value
Type Description
System.String

Properties

RequestBase

Wrapper for System.Web.UI.Page System.Web.HttpRequest class.

Declaration
public HttpRequestBase RequestBase { get; set; }
Property Value
Type Description
System.Web.HttpRequestBase

ResponseBase

Wrapper for System.Web.UI.Page System.Web.HttpResponse class.

Declaration
public HttpResponseBase ResponseBase { get; set; }
Property Value
Type Description
System.Web.HttpResponseBase

Methods

GetWorkspaceNumber(String)

Gets SysWorkspace number by name.

Declaration
protected virtual int GetWorkspaceNumber(string workspaceName)
Parameters
Type Name Description
System.String workspaceName

SysWorkspace name.

Returns
Type Description
System.Int32

Number of SysWorkspace.

Page_Load(Object, EventArgs)

Declaration
protected void Page_Load(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