C# Class BLL.ActService

Afficher le fichier Open project: GHY-ORG/Firewood Class Usage Examples

Méthodes publiques

Méthode Description
GetActByActID ( System.Guid actid ) : Activity
GetActByAward ( int n, int page ) : List
GetActByClass ( int type, string classname, int n, int page ) : List
GetActByMoney ( 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
GetActByUserID ( System.Guid userid ) : List
GetActCountByOrgID ( System.Guid orgid ) : int
GetActListByOrgID ( System.Guid orgid, int n, int page ) : List
GetPathByID ( System.Guid actid ) : string
GetTopActList ( ) : List
GetTypeByID ( System.Guid actid ) : string
Publish ( Activity act ) : bool
ShowIndexAct ( int n, int page ) : List

Method Details

GetActByActID() public méthode

public GetActByActID ( System.Guid actid ) : Activity
actid System.Guid
Résultat Activity

GetActByAward() public méthode

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

GetActByClass() public méthode

public GetActByClass ( int type, string classname, int n, int page ) : List
type int
classname string
n int
page int
Résultat List

GetActByMoney() public méthode

public GetActByMoney ( int n, int page ) : List
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

GetActByUserID() public méthode

public GetActByUserID ( System.Guid userid ) : List
userid System.Guid
Résultat List

GetActCountByOrgID() public méthode

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

GetActListByOrgID() public méthode

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

GetPathByID() public méthode

public GetPathByID ( System.Guid actid ) : string
actid System.Guid
Résultat string

GetTopActList() public méthode

public GetTopActList ( ) : List
Résultat List

GetTypeByID() public méthode

public GetTypeByID ( System.Guid actid ) : string
actid System.Guid
Résultat string

Publish() public méthode

public Publish ( Activity act ) : bool
act Activity
Résultat bool

ShowIndexAct() public méthode

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