메소드 | 설명 | |
---|---|---|
AssertIsEnumerable ( object argument ) : void | ||
AssertIsNotNull ( object argument ) : void | ||
AssertPropertyExists ( |
||
IsEnumerable ( object argument ) : bool | ||
ToList ( |
||
ToPagedList ( |
||
ToPagedList ( object enumerable, PagingCriteria criteria ) : object |
public static AssertIsEnumerable ( object argument ) : void | ||
argument | object | |
리턴 | void |
public static AssertIsNotNull ( object argument ) : void | ||
argument | object | |
리턴 | void |
public static AssertPropertyExists ( |
||
type | ||
propertyName | string | |
리턴 | void |
public static IsEnumerable ( object argument ) : bool | ||
argument | object | |
리턴 | bool |
public static ToList ( |
||
innerType | ||
enumerable | object | |
리턴 | object |
public static ToPagedList ( |
||
innerType | ||
enumerable | object | |
criteria | PagingCriteria | |
리턴 | object |
public static ToPagedList ( object enumerable, PagingCriteria criteria ) : object | ||
enumerable | object | |
criteria | PagingCriteria | |
리턴 | object |