DataControlCommands 类

定义

DataControlCommands 类包含所有 ASP.NET 数据绑定控件使用的公共字段,以实现一致的用户界面 (UI)。 此类不能被继承。

public ref class DataControlCommands sealed
public sealed class DataControlCommands
type DataControlCommands = class
Public NotInheritable Class DataControlCommands
继承
DataControlCommands

注解

DataControlCommands类包含数据绑定控件命令名称的公共字段。 类构造函数是私有的,因此不能创建类的实例。 但是,由于它只包含 const 字符串资源,因此可以像处理任何类一样使用类构造函数及其公共字段 static

使用类的命令名称 DataControlCommands 可使所有 ASP.NET 的数据绑定控件及其各自的设计器类对常见命令(例如 "编辑" 或 "更新")使用相同的字符串资源,以及正确地处理由实例发布的事件 IPostBackEventHandler 。 以下类使用 DataControlCommands

字段

CancelCommandName

表示字符串“Cancel”。

DeleteCommandName

表示字符串“Delete”。

EditCommandName

表示字符串“Edit”。

FirstPageCommandArgument

表示字符串“First”。

InsertCommandName

表示字符串“Insert”。

LastPageCommandArgument

表示字符串“Last”。

NewCommandName

表示字符串“New”。

NextPageCommandArgument

表示字符串“Next”。

PageCommandName

表示字符串“Page”。

PreviousPageCommandArgument

表示字符串“Prev”。

SelectCommandName

表示字符串“Select”。

SortCommandName

表示字符串“Sort”。

UpdateCommandName

表示字符串“Update”。

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于

另请参阅