C# Class DAL.ActHandler

Inheritance: IActHandler
Afficher le fichier Open project: GHY-ORG/Firewood

Méthodes publiques

Méthode Description
Create ( Activity act ) : bool
Delete ( System.Guid actid ) : bool
DeleteByOrgID ( System.Guid orgid ) : bool
GetActByAward ( int n, int page ) : List
GetActByBeginTime ( int n, int page ) : List
GetActByClass1 ( string class1, int n, int page ) : List
GetActByClass2 ( string class2, int n, int page ) : List
GetActByEndTime ( int n, int page ) : List
GetActByID ( System.Guid actid ) : Activity
GetActByMoney ( int n, int page ) : List
GetActByOrgID ( System.Guid orgid, int n, int page ) : List
GetActByPlace ( string place, int n, int page ) : List
GetActByScore ( int n, int page ) : List
GetActByTitle ( string title, int n, int page ) : List
GetActByVote ( int n, int page ) : List
GetActCount ( System.Guid orgid ) : int
GetAll ( int n, int page ) : List

Method Details

Create() public méthode

public Create ( Activity act ) : bool
act DataSource.Models.Activity
Résultat bool

Delete() public méthode

public Delete ( System.Guid actid ) : bool
actid System.Guid
Résultat bool

DeleteByOrgID() public méthode

public DeleteByOrgID ( System.Guid orgid ) : bool
orgid System.Guid
Résultat bool

GetActByAward() public méthode

public GetActByAward ( int n, int page ) : List
n int
page int
Résultat List

GetActByBeginTime() public méthode

public GetActByBeginTime ( int n, int page ) : List
n int
page int
Résultat List

GetActByClass1() public méthode

public GetActByClass1 ( string class1, int n, int page ) : List
class1 string
n int
page int
Résultat List

GetActByClass2() public méthode

public GetActByClass2 ( string class2, int n, int page ) : List
class2 string
n int
page int
Résultat List

GetActByEndTime() public méthode

public GetActByEndTime ( int n, int page ) : List
n int
page int
Résultat List

GetActByID() public méthode

public GetActByID ( System.Guid actid ) : Activity
actid System.Guid
Résultat DataSource.Models.Activity

GetActByMoney() public méthode

public GetActByMoney ( int n, int page ) : List
n int
page int
Résultat List

GetActByOrgID() public méthode

public GetActByOrgID ( System.Guid orgid, int n, int page ) : List
orgid System.Guid
n int
page int
Résultat List

GetActByPlace() public méthode

public GetActByPlace ( string place, int n, int page ) : List
place string
n int
page int
Résultat List

GetActByScore() public méthode

public GetActByScore ( int n, int page ) : List
n int
page int
Résultat List

GetActByTitle() public méthode

public GetActByTitle ( string title, int n, int page ) : List
title string
n int
page int
Résultat List

GetActByVote() public méthode

public GetActByVote ( int n, int page ) : List
n int
page int
Résultat List

GetActCount() public méthode

public GetActCount ( System.Guid orgid ) : int
orgid System.Guid
Résultat int

GetAll() public méthode

public GetAll ( int n, int page ) : List
n int
page int
Résultat List