C# 클래스 org.newpointe.Lava.RockFilters

파일 보기 프로젝트 열기: NewPointe/Rockit

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetRockContext ( DotLiquid context ) : RockContext

Gets the rock context.

메소드 상세

NP_AddSortValue() 공개 정적인 메소드

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

NP_GetAttributes() 공개 정적인 메소드

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

NP_SortValues() 공개 정적인 메소드

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