C# Class CsDO.Tests.TesteObj

Inheritance: CsDO.Lib.DataObject
Afficher le fichier Open project: MonoBrasil/CsDO Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

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

public GetActiveFields ( ) : string
Résultat string

GetFields() public méthode

public GetFields ( ) : string
Résultat string

GetGroupBy() public méthode

public GetGroupBy ( ) : string
Résultat string

GetLimit() public méthode

public GetLimit ( ) : string
Résultat string

GetOrderBy() public méthode

public GetOrderBy ( ) : string
Résultat string

GetPrimaryKeys() public méthode

public GetPrimaryKeys ( ) : IList
Résultat IList

GetWhere() public méthode

public GetWhere ( ) : string
Résultat string

SetField() public méthode

public SetField ( string col, object val ) : void
col string
val object
Résultat void

SetGroupBy() public méthode

public SetGroupBy ( string value ) : void
value string
Résultat void

SetLimit() public méthode

public SetLimit ( string value ) : void
value string
Résultat void

SetOrderBy() public méthode

public SetOrderBy ( string value ) : void
value string
Résultat void

SetWhere() public méthode

public SetWhere ( string value ) : void
value string
Résultat void

TesteObj() public méthode

public TesteObj ( ) : System
Résultat System