Class SyncfusionCommand
An abstract class that encapsulates a command to be executed at a later point in time.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.ComponentModel
Assembly: Syncfusion.Shared.Base.dll
Syntax
public abstract class SyncfusionCommand
Constructors
SyncfusionCommand()
Declaration
protected SyncfusionCommand()
Properties
Description
Get a description for the command.
Declaration
public abstract string Description { get; }
Property Value
Type |
---|
System.String |
Methods
Execute()
Execute the command this object represents.
Declaration
public abstract void Execute()