C# Class org.newpointe.Lava.RockFilters

显示文件 Open project: NewPointe/Rockit

Public Methods

Method Description
NP_AddSortValue ( Object input, Object sortValue, Object objectValue ) : object

Get the Attribute objects for an object

NP_GetAttributes ( Object input ) : object

Get the Attribute objects for an object

NP_SortValues ( object input ) : IEnumerable

Sort elements of the list

Private Methods

Method Description
GetRockContext ( DotLiquid context ) : RockContext

Gets the rock context.

Method Details

NP_AddSortValue() public static method

Get the Attribute objects for an object
public static NP_AddSortValue ( Object input, Object sortValue, Object objectValue ) : object
input Object
sortValue Object
objectValue Object
return object

NP_GetAttributes() public static method

Get the Attribute objects for an object
public static NP_GetAttributes ( Object input ) : object
input Object
return object

NP_SortValues() public static method

Sort elements of the list
public static NP_SortValues ( object input ) : IEnumerable
input object
return IEnumerable