点击或拖拽改变大小

OrderPayAggregateBalanceCalculateT 方法

计算下单金额(使用余额)

命名空间:  Project.Aggregate
程序集:  Project.Aggregate (在 Project.Aggregate.dll 中) 版本:1.1.0.0 (1.1.0.0)
语法
public T BalanceCalculate<T>(
	ref T aggregate_info,
	ref List<string> listSql
)
where T : new(), OrderPayAggregate

参数

aggregate_info
类型:T

[缺少 "M:Project.Aggregate.OrderPayAggregate.BalanceCalculate``1(``0@,System.Collections.Generic.List{System.String}@)" 的 <param name="aggregate_info"/> 文档]

listSql
类型:System.Collections.GenericListString

[缺少 "M:Project.Aggregate.OrderPayAggregate.BalanceCalculate``1(``0@,System.Collections.Generic.List{System.String}@)" 的 <param name="listSql"/> 文档]

类型参数

T

[缺少 "M:Project.Aggregate.OrderPayAggregate.BalanceCalculate``1(``0@,System.Collections.Generic.List{System.String}@)" 的 <typeparam name="T"/> 文档]

返回值

类型:T

[缺少 "M:Project.Aggregate.OrderPayAggregate.BalanceCalculate``1(``0@,System.Collections.Generic.List{System.String}@)" 的 <returns> 文档]

参见