메소드 | 설명 | |
---|---|---|
AggregateResult ( |
Initializes a new instance of the AggregateResult class.
|
|
AggregateResult ( object value, |
Initializes a new instance of the AggregateResult class.
|
|
AggregateResult ( object value, int count, |
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.
|
public AggregateResult ( |
||
function | ||
리턴 | System |
public AggregateResult ( object value, |
||
value | object | The value of the result. |
function | ||
리턴 | System |
public AggregateResult ( object value, int count, |
||
value | object | The value of the result. |
count | int | The number of arguments used for the calculation of the result. |
function | Function that generated the result. | |
리턴 | System |
protected OnPropertyChanged ( string propertyName ) : void | ||
propertyName | string | Name of the property. |
리턴 | void |