C# 클래스 PdfRpt.DataAnnotations.CustomAggregateFunctionAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: VahidN/PdfReport

공개 메소드들

메소드 설명
CustomAggregateFunctionAttribute ( Type aggregateFunctionType ) : System

Defining how a property of MainTableDataSource should be rendered as a column's cell.

메소드 상세

CustomAggregateFunctionAttribute() 공개 메소드

Defining how a property of MainTableDataSource should be rendered as a column's cell.
public CustomAggregateFunctionAttribute ( Type aggregateFunctionType ) : System
aggregateFunctionType System.Type A typeof(IAggregateFunction) value, such as typeof(Sum).
리턴 System