WebGridRow 类

定义

表示 实例中的行 WebGrid

public class WebGridRow : System.Dynamic.DynamicObject, System.Collections.Generic.IEnumerable<object>
type WebGridRow = class
    inherit DynamicObject
    interface seq<obj>
    interface IEnumerable
Public Class WebGridRow
Inherits DynamicObject
Implements IEnumerable(Of Object)
继承
WebGridRow
实现

构造函数

WebGridRow(WebGrid, Object, Int32)

使用指定的WebGrid实例WebGridRow、行值和索引初始化 类的新实例。

属性

Item[Int32]

返回实例中指定索引处 WebGridRow 的值。

Item[String]

返回实例中具有指定名称的值 WebGridRow

Value

获取包含该行中每个值的属性成员的对象。

WebGrid

获取 WebGrid 行所属的 实例。

方法

GetEnumerator()

返回可用于循环访问 实例的值的 WebGridRow 枚举器。

GetSelectLink(String)

返回可供用户用来选择行的 HTML 元素(链接)。

GetSelectUrl()

返回可用于选择行的 URL。

ToString()

返回一个字符串,该字符串表示实例的所有值 WebGridRow

TryGetMember(GetMemberBinder, Object)

返回由指定联编程序描述的成员的值 WebGridRow

显式接口实现

IEnumerable.GetEnumerator()

返回一个可用于循环访问集合的枚举器。

适用于