Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
GetStatistic ( Statistic statToGet ) : float | ||
Post ( |
Posts a Message to the Group's Wall.
|
|
SetStatistic ( Statistic statToSet, float val ) : void | ||
SetStatisticsDict ( UserStatistic>.Dictionary |
Sets in memory statistic values.
|
|
User ( ) : System | ||
User ( string firstname, string lastname ) : System |
public GetStatistic ( Statistic statToGet ) : float | ||
statToGet | Statistic | |
Résultat | float |
public Post ( |
||
message | The Message to be added to the Group's Wall. | |
Résultat | void |
public SetStatistic ( Statistic statToSet, float val ) : void | ||
statToSet | Statistic | |
val | float | |
Résultat | void |
public SetStatisticsDict ( UserStatistic>.Dictionary |
||
stats | UserStatistic>.Dictionary | Dictionary mapping statistics to values. |
Résultat | void |
public User ( string firstname, string lastname ) : System | ||
firstname | string | |
lastname | string | |
Résultat | System |