C# Class SIP_Agent.Model.TaskStatus

Inheritance: Crud, ICrud
Afficher le fichier Open project: anroots/SIP-Agent

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

FindAll() public méthode

Find all non-deleted rows
public FindAll ( int Limit ) : IQueryable
Limit int Max number of rows to return
Résultat IQueryable

Load() public méthode

Load the model with the specified ID
public Load ( int StatusId ) : bool
StatusId int The ID of the row in the database
Résultat bool

New() public méthode

Creates a new entry in the database
public New ( ) : int
Résultat int