C# Class FITKMS_business.Data.DATagovi

Mostrar archivo Open project: fitba/km-2013-projects-team-bjelasnica

Public Properties

Property Type Description
totalRows int

Public Methods

Method Description
Count ( ) : int
CountByUser ( System totalTags, int userId, int tagId ) : int
Save ( Tagovi tag ) : void
SelectAll ( ) : List
SelectAllPagination ( int pageNo, int recordPerPage, string search ) : List
SelectByName ( string name ) : List
UpdateStatus ( int tagID ) : void
getTagByID ( int id ) : Tagovi

Method Details

Count() public static method

public static Count ( ) : int
return int

CountByUser() public static method

public static CountByUser ( System totalTags, int userId, int tagId ) : int
totalTags System
userId int
tagId int
return int

Save() public static method

public static Save ( Tagovi tag ) : void
tag Tagovi
return void

SelectAll() public static method

public static SelectAll ( ) : List
return List

SelectAllPagination() public static method

public static SelectAllPagination ( int pageNo, int recordPerPage, string search ) : List
pageNo int
recordPerPage int
search string
return List

SelectByName() public static method

public static SelectByName ( string name ) : List
name string
return List

UpdateStatus() public static method

public static UpdateStatus ( int tagID ) : void
tagID int
return void

getTagByID() public static method

public static getTagByID ( int id ) : Tagovi
id int
return Tagovi

Property Details

totalRows public_oe static_oe property

public static int totalRows
return int