C# 클래스 Spontaneous.DataModel.SpontaneousUserModel

Balanced and spontaneous user
상속: IEntity
파일 보기 프로젝트 열기: pashkov/Spontaneous 1 사용 예제들

공개 메소드들

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

메소드 상세

GetActivityCount() 공개 메소드

public GetActivityCount ( string type ) : int
type string
리턴 int

GetActivityCount() 공개 메소드

public GetActivityCount ( string type, System.DateTime fromDate ) : int
type string
fromDate System.DateTime
리턴 int

GetActivityCount() 공개 메소드

public GetActivityCount ( string type, string medalType ) : int
type string
medalType string
리턴 int

GetActivityCount() 공개 메소드

public GetActivityCount ( string type, string medalType, System.DateTime fromDate ) : int
type string
medalType string
fromDate System.DateTime
리턴 int