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 SourceColumn(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 |
GetRow()
取得設定的 row 資料
Declaration
public object GetRow()
Returns
Type | Description |
---|---|
System.Object |