C# Class FITKMS_business.Data.DATagovi

Afficher le fichier Open project: fitba/km-2013-projects-team-bjelasnica

Méthodes publiques

Свойство Type Description
totalRows int

Méthodes publiques

Méthode 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 méthode

public static Count ( ) : int
Résultat int

CountByUser() public static méthode

public static CountByUser ( System totalTags, int userId, int tagId ) : int
totalTags System
userId int
tagId int
Résultat int

Save() public static méthode

public static Save ( Tagovi tag ) : void
tag Tagovi
Résultat void

SelectAll() public static méthode

public static SelectAll ( ) : List
Résultat List

SelectAllPagination() public static méthode

public static SelectAllPagination ( int pageNo, int recordPerPage, string search ) : List
pageNo int
recordPerPage int
search string
Résultat List

SelectByName() public static méthode

public static SelectByName ( string name ) : List
name string
Résultat List

UpdateStatus() public static méthode

public static UpdateStatus ( int tagID ) : void
tagID int
Résultat void

getTagByID() public static méthode

public static getTagByID ( int id ) : Tagovi
id int
Résultat Tagovi

Property Details

totalRows public_oe static_oe property

public static int totalRows
Résultat int