C# Class Netronics.DB.Raw

Exibir arquivo Open project: shlee322/Netronics

Public Methods

Method Description
Find ( int id ) : Model
Find ( Where where ) : Model[]
GetModelObjects ( Type type ) : Raw

Private Methods

Method Description
Raw ( Type type ) : System

Method Details

Find() public method

public Find ( int id ) : Model
id int
return Model

Find() public method

public Find ( Where where ) : Model[]
where Where
return Model[]

GetModelObjects() public static method

public static GetModelObjects ( Type type ) : Raw
type System.Type
return Raw