Метод | Описание | |
---|---|---|
GetActivityCount ( string type ) : int | ||
GetActivityCount ( string type, System.DateTime fromDate ) : int | ||
GetActivityCount ( string type, string medalType ) : int | ||
GetActivityCount ( string type, string medalType, System.DateTime fromDate ) : int |
public GetActivityCount ( string type ) : int | ||
type | string | |
Результат | int |
public GetActivityCount ( string type, System.DateTime fromDate ) : int | ||
type | string | |
fromDate | System.DateTime | |
Результат | int |
public GetActivityCount ( string type, string medalType ) : int | ||
type | string | |
medalType | string | |
Результат | int |
public GetActivityCount ( string type, string medalType, System.DateTime fromDate ) : int | ||
type | string | |
medalType | string | |
fromDate | System.DateTime | |
Результат | int |