C# Class SIP_Agent.Model.Task

Inheritance: Crud, ICrud
Afficher le fichier Open project: anroots/SIP-Agent

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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

Method Details

Calls() public méthode

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

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

GetTasks() public méthode

Returns tasks matching given ID's
public GetTasks ( int TaskIds ) : task[]
TaskIds int
Résultat task[]

Load() public méthode

Load the model with the specified ID
public Load ( int TaskId ) : bool
TaskId int The ID of the row in the database
Résultat bool

New() public méthode

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

Save() public méthode

Save the model
public Save ( ) : int
Résultat int

Task() public méthode

public Task ( ) : System
Résultat System

Task() public méthode

public Task ( int TaskId ) : System
TaskId int
Résultat System