C# Class CsDO.Tests.TesteObj

Inheritance: CsDO.Lib.DataObject
显示文件 Open project: MonoBrasil/CsDO Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetActiveFields ( ) : string
GetFields ( ) : string
GetGroupBy ( ) : string
GetLimit ( ) : string
GetOrderBy ( ) : string
GetPrimaryKeys ( ) : IList
GetWhere ( ) : string
SetField ( string col, object val ) : void
SetGroupBy ( string value ) : void
SetLimit ( string value ) : void
SetOrderBy ( string value ) : void
SetWhere ( string value ) : void
TesteObj ( ) : System

Method Details

GetActiveFields() public method

public GetActiveFields ( ) : string
return string

GetFields() public method

public GetFields ( ) : string
return string

GetGroupBy() public method

public GetGroupBy ( ) : string
return string

GetLimit() public method

public GetLimit ( ) : string
return string

GetOrderBy() public method

public GetOrderBy ( ) : string
return string

GetPrimaryKeys() public method

public GetPrimaryKeys ( ) : IList
return IList

GetWhere() public method

public GetWhere ( ) : string
return string

SetField() public method

public SetField ( string col, object val ) : void
col string
val object
return void

SetGroupBy() public method

public SetGroupBy ( string value ) : void
value string
return void

SetLimit() public method

public SetLimit ( string value ) : void
value string
return void

SetOrderBy() public method

public SetOrderBy ( string value ) : void
value string
return void

SetWhere() public method

public SetWhere ( string value ) : void
value string
return void

TesteObj() public method

public TesteObj ( ) : System
return System