C# Class SIP_Agent.Model.TaskStatus

Inheritance: Crud, ICrud
Datei anzeigen Open project: anroots/SIP-Agent

Private Properties

Property Type Description

Public Methods

Method 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 method

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

Load() public method

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

New() public method

Creates a new entry in the database
public New ( ) : int
return int