C# Class BLL.ActService

Exibir arquivo Open project: GHY-ORG/Firewood Class Usage Examples

Public Methods

Method 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 method

public GetActByActID ( System.Guid actid ) : Activity
actid System.Guid
return Activity

GetActByAward() public method

public GetActByAward ( int n, int page ) : List
n int
page int
return List

GetActByClass() public method

public GetActByClass ( int type, string classname, int n, int page ) : List
type int
classname string
n int
page int
return List

GetActByMoney() public method

public GetActByMoney ( int n, int page ) : List
n int
page int
return List

GetActByPlace() public method

public GetActByPlace ( string place, int n, int page ) : List
place string
n int
page int
return List

GetActByScore() public method

public GetActByScore ( int n, int page ) : List
n int
page int
return List

GetActByTitle() public method

public GetActByTitle ( string title, int n, int page ) : List
title string
n int
page int
return List

GetActByUserID() public method

public GetActByUserID ( System.Guid userid ) : List
userid System.Guid
return List

GetActCountByOrgID() public method

public GetActCountByOrgID ( System.Guid orgid ) : int
orgid System.Guid
return int

GetActListByOrgID() public method

public GetActListByOrgID ( System.Guid orgid, int n, int page ) : List
orgid System.Guid
n int
page int
return List

GetPathByID() public method

public GetPathByID ( System.Guid actid ) : string
actid System.Guid
return string

GetTopActList() public method

public GetTopActList ( ) : List
return List

GetTypeByID() public method

public GetTypeByID ( System.Guid actid ) : string
actid System.Guid
return string

Publish() public method

public Publish ( Activity act ) : bool
act Activity
return bool

ShowIndexAct() public method

public ShowIndexAct ( int n, int page ) : List
n int
page int
return List