C# 클래스 FITKMS_business.Data.DATagovi

파일 보기 프로젝트 열기: fitba/km-2013-projects-team-bjelasnica

공개 프로퍼티들

프로퍼티 타입 설명
totalRows int

공개 메소드들

메소드 설명
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

메소드 상세

Count() 공개 정적인 메소드

public static Count ( ) : int
리턴 int

CountByUser() 공개 정적인 메소드

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

Save() 공개 정적인 메소드

public static Save ( Tagovi tag ) : void
tag Tagovi
리턴 void

SelectAll() 공개 정적인 메소드

public static SelectAll ( ) : List
리턴 List

SelectAllPagination() 공개 정적인 메소드

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

SelectByName() 공개 정적인 메소드

public static SelectByName ( string name ) : List
name string
리턴 List

UpdateStatus() 공개 정적인 메소드

public static UpdateStatus ( int tagID ) : void
tagID int
리턴 void

getTagByID() 공개 정적인 메소드

public static getTagByID ( int id ) : Tagovi
id int
리턴 Tagovi

프로퍼티 상세

totalRows 공개적으로 정적으로 프로퍼티

public static int totalRows
리턴 int