C# 클래스 SIP_Agent.Model.TaskStatus

상속: Crud, ICrud
파일 보기 프로젝트 열기: anroots/SIP-Agent

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