C# 클래스 SIP_Agent.Model.TaskCall

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
FindAll ( int Limit ) : IQueryable

Find all non-deleted rows

Load ( int RowId ) : bool
New ( ) : int

Creates a new row in the database

New ( int TaskId, int CallId ) : int

Create a new binding between a task and a call

메소드 상세

FindAll() 공개 메소드

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

Load() 공개 메소드

public Load ( int RowId ) : bool
RowId int
리턴 bool

New() 공개 메소드

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

New() 공개 메소드

Create a new binding between a task and a call
public New ( int TaskId, int CallId ) : int
TaskId int Task ID
CallId int Call ID
리턴 int