Show / Hide Table of Contents

Class ContextBase

Inheritance
Object
ContextBase
DragDropContext
WizardDialogContext
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.DCF.Web.UI.ScriptObjects
Assembly: SuperOffice.DCFWeb.dll
Syntax
public class ContextBase

Constructors

ContextBase()

Declaration
public ContextBase()

Fields

_clientId

Declaration
protected string _clientId
Field Value
Type Description
String

_clientScript

Declaration
protected string _clientScript
Field Value
Type Description
String

_containerId

Declaration
protected string _containerId
Field Value
Type Description
String

_contextType

Declaration
protected string _contextType
Field Value
Type Description
String

_htmlElement

Declaration
protected string _htmlElement
Field Value
Type Description
String

_offsetTop

Declaration
protected int _offsetTop
Field Value
Type Description
Int32

Properties

ClientID

Declaration
public string ClientID { get; set; }
Property Value
Type Description
String

ClientScript

Declaration
public string ClientScript { get; set; }
Property Value
Type Description
String

ContainerId

Declaration
public string ContainerId { get; set; }
Property Value
Type Description
String

ContextType

Declaration
public string ContextType { get; set; }
Property Value
Type Description
String

HtmlElement

Declaration
public string HtmlElement { get; set; }
Property Value
Type Description
String

OffsetTop

Declaration
public int OffsetTop { get; }
Property Value
Type Description
Int32

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
String
Overrides
object.ToString()
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top