C# Class org.newpointe.Lava.RockFilters

Afficher le fichier Open project: NewPointe/Rockit

Méthodes publiques

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

Méthode Description
GetRockContext ( DotLiquid context ) : RockContext

Gets the rock context.

Method Details

NP_AddSortValue() public static méthode

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

NP_GetAttributes() public static méthode

Get the Attribute objects for an object
public static NP_GetAttributes ( Object input ) : object
input Object
Résultat object

NP_SortValues() public static méthode

Sort elements of the list
public static NP_SortValues ( object input ) : IEnumerable
input object
Résultat IEnumerable