C# 클래스 OurUmbraco.MarketPlace.Providers.KarmaProvider

상속: IKarmaProvider
파일 보기 프로젝트 열기: umbraco/OurUmbraco 1 사용 예제들

공개 메소드들

메소드 설명
AddKarma ( IKarma karma ) : int
ClearKarma ( int projectId ) : void
GetProjectKarma ( int projectId ) : int
GetProjectsKarmaList ( ) : IEnumerable
GetProjectsKarmaListByDate ( System.DateTime afterDate ) : IEnumerable

메소드 상세

AddKarma() 공개 메소드

public AddKarma ( IKarma karma ) : int
karma IKarma
리턴 int

ClearKarma() 공개 메소드

public ClearKarma ( int projectId ) : void
projectId int
리턴 void

GetProjectKarma() 공개 메소드

public GetProjectKarma ( int projectId ) : int
projectId int
리턴 int

GetProjectsKarmaList() 공개 메소드

public GetProjectsKarmaList ( ) : IEnumerable
리턴 IEnumerable

GetProjectsKarmaListByDate() 공개 메소드

public GetProjectsKarmaListByDate ( System.DateTime afterDate ) : IEnumerable
afterDate System.DateTime
리턴 IEnumerable