C# Class SIP_Agent.Model.TaskCall

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

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

public Load ( int RowId ) : bool
RowId int
Résultat bool

New() public méthode

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

New() public méthode

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
Résultat int