C# 클래스 DynamicServices.Pipeline.Utilities

파일 보기 프로젝트 열기: ryanohs/DynamicServices

공개 메소드들

메소드 설명
AssertIsEnumerable ( object argument ) : void
AssertIsNotNull ( object argument ) : void
AssertPropertyExists ( Type type, string propertyName ) : void
IsEnumerable ( object argument ) : bool
ToList ( Type innerType, object enumerable ) : object
ToPagedList ( Type innerType, object enumerable, PagingCriteria criteria ) : object
ToPagedList ( object enumerable, PagingCriteria criteria ) : object

메소드 상세

AssertIsEnumerable() 공개 정적인 메소드

public static AssertIsEnumerable ( object argument ) : void
argument object
리턴 void

AssertIsNotNull() 공개 정적인 메소드

public static AssertIsNotNull ( object argument ) : void
argument object
리턴 void

AssertPropertyExists() 공개 정적인 메소드

public static AssertPropertyExists ( Type type, string propertyName ) : void
type System.Type
propertyName string
리턴 void

IsEnumerable() 공개 정적인 메소드

public static IsEnumerable ( object argument ) : bool
argument object
리턴 bool

ToList() 공개 정적인 메소드

public static ToList ( Type innerType, object enumerable ) : object
innerType System.Type
enumerable object
리턴 object

ToPagedList() 공개 정적인 메소드

public static ToPagedList ( Type innerType, object enumerable, PagingCriteria criteria ) : object
innerType System.Type
enumerable object
criteria PagingCriteria
리턴 object

ToPagedList() 공개 정적인 메소드

public static ToPagedList ( object enumerable, PagingCriteria criteria ) : object
enumerable object
criteria PagingCriteria
리턴 object