C# Class ForeignKeyColumnDemo.Models.EmployeeRepository

Afficher le fichier Open project: telerik/kendo-examples-asp-net-mvc

Méthodes publiques

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

public static GetAll ( ) : IList
Résultat IList

Insert() public static méthode

public static Insert ( Employee employee ) : void
employee Employee
Résultat void

One() public static méthode

public static One ( bool>.Func predicate ) : Employee
predicate bool>.Func
Résultat Employee

Remove() public static méthode

public static Remove ( Employee employee ) : void
employee Employee
Résultat void

Update() public static méthode

public static Update ( Employee employee ) : void
employee Employee
Résultat void