EventHandlersDataSet.EventHandlersRow 成员

在项目服务器中注册一个事件处理程序中包含的设置。

EventHandlersDataSet.EventHandlersRow 类型公开以下成员。

属性

  名称 说明
公共属性 AssemblyName 获取或设置实现的事件处理程序的程序集的完整名称。
公共属性 CancelOnError 获取或设置一个布尔值,该值指示引发事件的错误时,是否应默认情况下中取消前期事件。
公共属性 ClassName 获取或设置实现的事件处理程序的程序集中的类的完全限定的名。
公共属性 Description 获取或设置事件处理程序的说明。
公共属性 EndpointUrl 获取或设置事件处理程序的网络位置。
公共属性 EventHandlerUid 获取或设置与该事件处理程序关联的 GUID。
公共属性 EventId 获取或设置事件处理程序将被调度的事件的标识符。
公共属性 HasErrors (从 DataRow 继承。)
公共属性 Item[Int32] (从 DataRow 继承。)
公共属性 Item[String] (从 DataRow 继承。)
公共属性 Item[DataColumn] (从 DataRow 继承。)
公共属性 Item[Int32, DataRowVersion] (从 DataRow 继承。)
公共属性 Item[String, DataRowVersion] (从 DataRow 继承。)
公共属性 Item[DataColumn, DataRowVersion] (从 DataRow 继承。)
公共属性 ItemArray (从 DataRow 继承。)
公共属性 Name 获取或设置事件处理程序的唯一名称。
公共属性 Order 获取或设置一个整数,表示该事件处理程序的相对顺序。
公共属性 RowError (从 DataRow 继承。)
公共属性 RowState (从 DataRow 继承。)
公共属性 Table (从 DataRow 继承。)

页首

方法

  名称 说明
公共方法 AcceptChanges (从 DataRow 继承。)
公共方法 BeginEdit (从 DataRow 继承。)
公共方法 CancelEdit (从 DataRow 继承。)
公共方法 ClearErrors (从 DataRow 继承。)
公共方法 Delete (从 DataRow 继承。)
公共方法 EndEdit (从 DataRow 继承。)
公共方法 Equals (从 Object 继承。)
受保护的方法 Finalize (从 Object 继承。)
公共方法 GetChildRows(String) (从 DataRow 继承。)
公共方法 GetChildRows(DataRelation) (从 DataRow 继承。)
公共方法 GetChildRows(String, DataRowVersion) (从 DataRow 继承。)
公共方法 GetChildRows(DataRelation, DataRowVersion) (从 DataRow 继承。)
公共方法 GetColumnError(Int32) (从 DataRow 继承。)
公共方法 GetColumnError(String) (从 DataRow 继承。)
公共方法 GetColumnError(DataColumn) (从 DataRow 继承。)
公共方法 GetColumnsInError (从 DataRow 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetParentRow(String) (从 DataRow 继承。)
公共方法 GetParentRow(DataRelation) (从 DataRow 继承。)
公共方法 GetParentRow(String, DataRowVersion) (从 DataRow 继承。)
公共方法 GetParentRow(DataRelation, DataRowVersion) (从 DataRow 继承。)
公共方法 GetParentRows(String) (从 DataRow 继承。)
公共方法 GetParentRows(DataRelation) (从 DataRow 继承。)
公共方法 GetParentRows(String, DataRowVersion) (从 DataRow 继承。)
公共方法 GetParentRows(DataRelation, DataRowVersion) (从 DataRow 继承。)
公共方法 GetType (从 Object 继承。)
公共方法 HasVersion (从 DataRow 继承。)
公共方法 IsAssemblyNameNull 确定是否为 null 的程序集名称。
公共方法 IsCancelOnErrorNull 确定CancelOnError属性是否为空值。
公共方法 IsClassNameNull 确定是否为空的类名。
公共方法 IsDescriptionNull 确定Description属性是否为空值。
公共方法 IsEndpointUrlNull 确定EndpointUrl属性是否为空值。
公共方法 IsNull(Int32) (从 DataRow 继承。)
公共方法 IsNull(String) (从 DataRow 继承。)
公共方法 IsNull(DataColumn) (从 DataRow 继承。)
公共方法 IsNull(DataColumn, DataRowVersion) (从 DataRow 继承。)
公共方法 IsOrderNull 确定Order属性是否为空值。
受保护的方法 MemberwiseClone (从 Object 继承。)
公共方法 RejectChanges (从 DataRow 继承。)
公共方法 SetAdded (从 DataRow 继承。)
公共方法 SetAssemblyNameNull 将设置为 null 的程序集名称。
公共方法 SetCancelOnErrorNull CancelOnError属性设置为空值。
公共方法 SetClassNameNull 将类名称设置为空。
公共方法 SetColumnError(Int32, String) (从 DataRow 继承。)
公共方法 SetColumnError(String, String) (从 DataRow 继承。)
公共方法 SetColumnError(DataColumn, String) (从 DataRow 继承。)
公共方法 SetDescriptionNull Description属性设置为空值。
公共方法 SetEndpointUrlNull EndpointUrl属性设置为空值。
公共方法 SetModified (从 DataRow 继承。)
受保护的方法 SetNull (从 DataRow 继承。)
公共方法 SetOrderNull Order属性设置为空值。
公共方法 SetParentRow(DataRow) (从 DataRow 继承。)
公共方法 SetParentRow(DataRow, DataRelation) (从 DataRow 继承。)
公共方法 ToString (从 Object 继承。)

页首

另请参阅

引用

EventHandlersDataSet.EventHandlersRow 类

WebSvcEvents 命名空间