Class jQueryControl
Inheritance
System.Object
jQueryControl
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: ArtOfTest.WebAii.jQuery
Assembly: ArtOfTest.WebAii.dll
Syntax
public class jQueryControl
Properties
BaseControl
IsjQueryObject
Declaration
public bool IsjQueryObject { get; }
Property Value
System.Boolean
|
jquery
Declaration
public string jquery { get; }
Property Value
System.String
|
jQueryClientSideLocator
Declaration
public string jQueryClientSideLocator { get; }
Property Value
System.String
|
jQueryFind
length
Declaration
public string length { get; }
Property Value
System.String
|
val
Declaration
public string val { get; }
Property Value
System.String
|
Methods
GetAttributeValue(String)
Declaration
public string GetAttributeValue(string attribute)
Parameters
System.String
attribute
|
Returns
System.String
|
InvokejQueryEvent(jQueryControl.jQueryControlEvents)
Declaration
public void InvokejQueryEvent(jQueryControl.jQueryControlEvents jqEvent)
Parameters
jQueryControl.jQueryControlEvents
jqEvent
|
InvokejQueryEvent(jQueryControl.jQueryControlEvents, jQueryEventObject)
Declaration
public void InvokejQueryEvent(jQueryControl.jQueryControlEvents jqEvent, jQueryEventObject args)
Parameters
jQueryControl.jQueryControlEvents
jqEvent
|
jQueryEventObject
args
|
InvokejQueryFunction(String)
Declaration
public string InvokejQueryFunction(string funcName)
Parameters
System.String
funcName
|
Returns
System.String
|
InvokejQueryFunction<T>(String)
Declaration
public T InvokejQueryFunction<T>(string funcName)
Parameters
System.String
funcName
|
Returns
T
|
Type Parameters
T
|