C# Class Pomona.PomonaDataSourceExtensions

Exibir arquivo Open project: Pomona/Pomona

Public Methods

Method Description
Patch ( this dataSource, Type type, object patchedObject ) : object
Post ( this dataSource, Type type, object form ) : object
Query ( this dataSource, Type type ) : IQueryable

Method Details

Patch() public static method

public static Patch ( this dataSource, Type type, object patchedObject ) : object
dataSource this
type System.Type
patchedObject object
return object

Post() public static method

public static Post ( this dataSource, Type type, object form ) : object
dataSource this
type System.Type
form object
return object

Query() public static method

public static Query ( this dataSource, Type type ) : IQueryable
dataSource this
type System.Type
return IQueryable