C# Class EventManagerPro.DBLayer.DomainModels.BudgetModel

Mostra file Open project: sagittaros/EventManagerModel

Public Methods

Method Description
create ( int allocatedBudget ) : Budget
createObj ( Budget e ) : Budget
deleteById ( int id ) : void
getAll ( ) : List
getByID ( int id ) : Budget
update ( int id, int allocatedBudget ) : Budget
updateObj ( Budget e ) : Budget

Method Details

create() public static method

public static create ( int allocatedBudget ) : Budget
allocatedBudget int
return Budget

createObj() public static method

public static createObj ( Budget e ) : Budget
e Budget
return Budget

deleteById() public static method

public static deleteById ( int id ) : void
id int
return void

getAll() public static method

public static getAll ( ) : List
return List

getByID() public static method

public static getByID ( int id ) : Budget
id int
return Budget

update() public static method

public static update ( int id, int allocatedBudget ) : Budget
id int
allocatedBudget int
return Budget

updateObj() public static method

public static updateObj ( Budget e ) : Budget
e Budget
return Budget