C# 클래스 ActivEarth.Objects.Profile.User

파일 보기 프로젝트 열기: mlcamilli/ActivEarth 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

GetStatistic() 공개 메소드

public GetStatistic ( Statistic statToGet ) : float
statToGet Statistic
리턴 float

Post() 공개 메소드

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.
리턴 void

SetStatistic() 공개 메소드

public SetStatistic ( Statistic statToSet, float val ) : void
statToSet Statistic
val float
리턴 void

SetStatisticsDict() 공개 메소드

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

User() 공개 메소드

public User ( ) : System
리턴 System

User() 공개 메소드

public User ( string firstname, string lastname ) : System
firstname string
lastname string
리턴 System