Свойство | Type | Description |
---|
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 |
|
public FindAll ( int Limit ) : IQueryable | ||
Limit | int | Max number of rows to return |
Résultat | IQueryable |
public Load ( int TaskId ) : bool | ||
TaskId | int | The ID of the row in the database |
Résultat | bool |