C# Class ActivEarth.Objects.Profile.User

Exibir arquivo Open project: mlcamilli/ActivEarth Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

public GetStatistic ( Statistic statToGet ) : float
statToGet Statistic
return float

Post() public method

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.
return void

SetStatistic() public method

public SetStatistic ( Statistic statToSet, float val ) : void
statToSet Statistic
val float
return void

SetStatisticsDict() public method

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

User() public method

public User ( ) : System
return System

User() public method

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