Class ActionResult
Inheritance
System.Object
ActionResult
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: Telerik.WinControls.UI
Assembly: Telerik.WinControls.dll
Syntax
public abstract class ActionResult
Constructors
ActionResult()
Properties
ShouldInvalidate
Gets or sets the should invalidate.
Declaration
public bool ShouldInvalidate { get; set; }
Property Value
System.Boolean
The should invalidate. |
Methods
Execute(Object)
Executes the specified context.
Declaration
public abstract void Execute(object context)
Parameters
System.Object
context
The context. |