C# Класс SIP_Agent.Model.TaskCategory

Наследование: Crud, ICrud
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
FindAll ( int Limit ) : IQueryable

Find all non-deleted rows

Load ( int StatusId ) : bool

Load the model with the specified ID

New ( ) : int

Creates a new entry in the database

Описание методов

FindAll() публичный Метод

Find all non-deleted rows
public FindAll ( int Limit ) : IQueryable
Limit int Max number of rows to return
Результат IQueryable

Load() публичный Метод

Load the model with the specified ID
public Load ( int StatusId ) : bool
StatusId int The ID of the row in the database
Результат bool

New() публичный Метод

Creates a new entry in the database
public New ( ) : int
Результат int