C# Class DynamicServices.Pipeline.Utilities

Afficher le fichier Open project: ryanohs/DynamicServices

Méthodes publiques

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

Method Details

AssertIsEnumerable() public static méthode

public static AssertIsEnumerable ( object argument ) : void
argument object
Résultat void

AssertIsNotNull() public static méthode

public static AssertIsNotNull ( object argument ) : void
argument object
Résultat void

AssertPropertyExists() public static méthode

public static AssertPropertyExists ( Type type, string propertyName ) : void
type System.Type
propertyName string
Résultat void

IsEnumerable() public static méthode

public static IsEnumerable ( object argument ) : bool
argument object
Résultat bool

ToList() public static méthode

public static ToList ( Type innerType, object enumerable ) : object
innerType System.Type
enumerable object
Résultat object

ToPagedList() public static méthode

public static ToPagedList ( Type innerType, object enumerable, PagingCriteria criteria ) : object
innerType System.Type
enumerable object
criteria PagingCriteria
Résultat object

ToPagedList() public static méthode

public static ToPagedList ( object enumerable, PagingCriteria criteria ) : object
enumerable object
criteria PagingCriteria
Résultat object