C# 클래스 Pomona.PomonaDataSourceExtensions

파일 보기 프로젝트 열기: Pomona/Pomona

공개 메소드들

메소드 설명
Patch ( this dataSource, Type type, object patchedObject ) : object
Post ( this dataSource, Type type, object form ) : object
Query ( this dataSource, Type type ) : IQueryable

메소드 상세

Patch() 공개 정적인 메소드

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

Post() 공개 정적인 메소드

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

Query() 공개 정적인 메소드

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