C# Class Squire.Framework.LinqKihonBase

Inheritance: BaseKihon
ファイルを表示 Open project: roundtable/Squire

Public Methods

Method Description
Filter_the_products_where_something_is_equal_to_2_from_list_test ( ) : void
Order_the_list_by_the_something_property_descending_test ( ) : void
Order_the_list_by_the_something_property_test ( ) : void
Select_the_Something_property_from_list_test ( ) : void

Protected Methods

Method Description
Filter_the_products_where_something_is_equal_to_2_from_list ( List list ) : IEnumerable
Order_the_list_by_the_something_property ( List list ) : IEnumerable
Order_the_list_by_the_something_property_descending ( List list ) : IEnumerable
Select_the_Something_property_from_list ( List list ) : IEnumerable

Method Details

Filter_the_products_where_something_is_equal_to_2_from_list() protected abstract method

protected abstract Filter_the_products_where_something_is_equal_to_2_from_list ( List list ) : IEnumerable
list List
return IEnumerable

Filter_the_products_where_something_is_equal_to_2_from_list_test() public method

Order_the_list_by_the_something_property() protected abstract method

protected abstract Order_the_list_by_the_something_property ( List list ) : IEnumerable
list List
return IEnumerable

Order_the_list_by_the_something_property_descending() protected abstract method

protected abstract Order_the_list_by_the_something_property_descending ( List list ) : IEnumerable
list List
return IEnumerable

Order_the_list_by_the_something_property_descending_test() public method

Order_the_list_by_the_something_property_test() public method

public Order_the_list_by_the_something_property_test ( ) : void
return void

Select_the_Something_property_from_list() protected abstract method

protected abstract Select_the_Something_property_from_list ( List list ) : IEnumerable
list List
return IEnumerable

Select_the_Something_property_from_list_test() public method

public Select_the_Something_property_from_list_test ( ) : void
return void