C# 클래스 SIP_Agent.Model.Task

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Calls ( ) : int[]

Returns an array of all call ID's associated with this task

FindAll ( int Limit ) : IQueryable

Find all non-deleted rows

GetTasks ( int TaskIds ) : task[]

Returns tasks matching given ID's

Load ( int TaskId ) : bool

Load the model with the specified ID

New ( ) : int

Creates a new entry in the database

Save ( ) : int

Save the model

Task ( ) : System

Task ( int TaskId ) : System

메소드 상세

Calls() 공개 메소드

Returns an array of all call ID's associated with this task
public Calls ( ) : int[]
리턴 int[]

FindAll() 공개 메소드

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

GetTasks() 공개 메소드

Returns tasks matching given ID's
public GetTasks ( int TaskIds ) : task[]
TaskIds int
리턴 task[]

Load() 공개 메소드

Load the model with the specified ID
public Load ( int TaskId ) : bool
TaskId int The ID of the row in the database
리턴 bool

New() 공개 메소드

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

Save() 공개 메소드

Save the model
public Save ( ) : int
리턴 int

Task() 공개 메소드

public Task ( ) : System
리턴 System

Task() 공개 메소드

public Task ( int TaskId ) : System
TaskId int
리턴 System