C# Class ActivEarth.Objects.Profile.User

Afficher le fichier Open project: mlcamilli/ActivEarth Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetStatistic ( Statistic statToGet ) : float
Post ( Message message ) : void

Posts a Message to the Group's Wall.

SetStatistic ( Statistic statToSet, float val ) : void
SetStatisticsDict ( UserStatistic>.Dictionary stats ) : void

Sets in memory statistic values.

User ( ) : System
User ( string firstname, string lastname ) : System

Method Details

GetStatistic() public méthode

public GetStatistic ( Statistic statToGet ) : float
statToGet Statistic
Résultat float

Post() public méthode

Posts a Message to the Group's Wall.
public Post ( Message message ) : void
message ActivEarth.Objects.Groups.Message The Message to be added to the Group's Wall.
Résultat void

SetStatistic() public méthode

public SetStatistic ( Statistic statToSet, float val ) : void
statToSet Statistic
val float
Résultat void

SetStatisticsDict() public méthode

Sets in memory statistic values.
public SetStatisticsDict ( UserStatistic>.Dictionary stats ) : void
stats UserStatistic>.Dictionary Dictionary mapping statistics to values.
Résultat void

User() public méthode

public User ( ) : System
Résultat System

User() public méthode

public User ( string firstname, string lastname ) : System
firstname string
lastname string
Résultat System