C# 클래스 Telerik.Web.Mvc.Infrastructure.AggregateResult

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: juanplopes/simple-telerik 1 사용 예제들

공개 메소드들

메소드 설명
AggregateResult ( AggregateFunction function ) : System

Initializes a new instance of the AggregateResult class.

AggregateResult ( object value, AggregateFunction function ) : System

Initializes a new instance of the AggregateResult class.

AggregateResult ( object value, int count, AggregateFunction function ) : System

Initializes a new instance of the AggregateResult class.

ToString ( ) : string

Returns a T:System.String that represents the current T:System.Object.

보호된 메소드들

메소드 설명
OnPropertyChanged ( string propertyName ) : void

Called when a property has changed.

메소드 상세

AggregateResult() 공개 메소드

Initializes a new instance of the AggregateResult class.
function is null.
public AggregateResult ( AggregateFunction function ) : System
function AggregateFunction that generated the result.
리턴 System

AggregateResult() 공개 메소드

Initializes a new instance of the AggregateResult class.
public AggregateResult ( object value, AggregateFunction function ) : System
value object The value of the result.
function AggregateFunction that generated the result.
리턴 System

AggregateResult() 공개 메소드

Initializes a new instance of the AggregateResult class.
function is null.
public AggregateResult ( object value, int count, AggregateFunction function ) : System
value object The value of the result.
count int The number of arguments used for the calculation of the result.
function AggregateFunction Function that generated the result.
리턴 System

OnPropertyChanged() 보호된 메소드

Called when a property has changed.
protected OnPropertyChanged ( string propertyName ) : void
propertyName string Name of the property.
리턴 void

ToString() 공개 메소드

Returns a T:System.String that represents the current T:System.Object.
public ToString ( ) : string
리턴 string