Show / Hide Table of Contents

Class RowModel

明細欄位 row model

Inheritance
System.Object
RowModel
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: Ede.Uofx.PubApi.Sdk.NetStd.Helpers
Assembly: Ede.Uofx.PubApi.Sdk.NetStd.dll
Syntax
public class RowModel

Methods

View Source

Column(String, Object)

設定 Column 欄位

Declaration
public RowModel Column(string code, object value)
Parameters
Type Name Description
System.String code

column 欄位代碼

System.Object value

column 欄位資料

Returns
Type Description
RowModel
View Source

GetRow()

取得設定的 row 資料

Declaration
public object GetRow()
Returns
Type Description
System.Object
  • View Source
In This Article
Back to top Generated by DocFX