Свойство | Тип | Описание | |
---|---|---|---|
totalRows | int |
Метод | Описание | |
---|---|---|
Count ( ) : int | ||
CountByUser ( System totalTags, int userId, int tagId ) : int | ||
Save ( |
||
SelectAll ( ) : List |
||
SelectAllPagination ( int pageNo, int recordPerPage, string search ) : List |
||
SelectByName ( string name ) : List |
||
UpdateStatus ( int tagID ) : void | ||
getTagByID ( int id ) : |
public static CountByUser ( System totalTags, int userId, int tagId ) : int | ||
totalTags | System | |
userId | int | |
tagId | int | |
Результат | int |
public static Save ( |
||
tag | ||
Результат | void |
public static SelectAllPagination ( int pageNo, int recordPerPage, string search ) : List |
||
pageNo | int | |
recordPerPage | int | |
search | string | |
Результат | List |
public static SelectByName ( string name ) : List |
||
name | string | |
Результат | List |
public static UpdateStatus ( int tagID ) : void | ||
tagID | int | |
Результат | void |
public static getTagByID ( int id ) : |
||
id | int | |
Результат |