ICRUDProxyGetDetails Method

获取记录详情。

Definition

Namespace: QuickAdmin.RCL
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.0.122
C#
IList<TextValuePair> GetDetails(
	object id,
	string dateFormat = null,
	bool ignoreAuditProps = true
)

Parameters

id  object
主键值。
dateFormat  string  (Optional)
指示日期类型字段的显示格式。
ignoreAuditProps  bool  (Optional)
指示是否忽略审计类属性。

Return Value

IListTextValuePair
Text 为属性标题,Value 为属性值的 TextValuePair 列表。

See Also