C# Class ForeignKeyColumnDemo.Models.EmployeeRepository

显示文件 Open project: telerik/kendo-examples-asp-net-mvc

Public Methods

Method Description
GetAll ( ) : IList
Insert ( Employee employee ) : void
One ( bool>.Func predicate ) : Employee
Remove ( Employee employee ) : void
Update ( Employee employee ) : void

Method Details

GetAll() public static method

public static GetAll ( ) : IList
return IList

Insert() public static method

public static Insert ( Employee employee ) : void
employee Employee
return void

One() public static method

public static One ( bool>.Func predicate ) : Employee
predicate bool>.Func
return Employee

Remove() public static method

public static Remove ( Employee employee ) : void
employee Employee
return void

Update() public static method

public static Update ( Employee employee ) : void
employee Employee
return void