C# Class ForeignKeyColumnDemo.Models.OrderRepository

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

Public Methods

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

Method Details

GetAll() public static method

public static GetAll ( ) : IList
return IList

Insert() public static method

public static Insert ( Order order ) : void
order Order
return void

One() public static method

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

Remove() public static method

public static Remove ( Order order ) : void
order Order
return void

Update() public static method

public static Update ( Order order ) : void
order Order
return void