Method | Description | |
---|---|---|
AddNew ( |
Add new
|
|
DeleteExisting ( int id ) : void |
Delete existing
|
|
GetAll ( ) : IEnumerable |
Get all
|
|
GetById ( int id ) : |
Get one by its Id
|
|
GetList ( ) : IEnumerable |
Get all, for a lookup list
|
|
UpdateExisting ( |
Update existing
|
public AddNew ( |
||
newProgram | New ProgramPublic object | |
return |
public DeleteExisting ( int id ) : void | ||
id | int | Identifier |
return | void |
public GetById ( int id ) : |
||
id | int | Identifier |
return |
public UpdateExisting ( |
||
updatedProgram | Replacement ProgramBase object | |
return |