C# Class FITKMS_business.Data.DATeme

Afficher le fichier Open project: fitba/km-2013-projects-team-bjelasnica

Méthodes publiques

Méthode Description
Count ( ) : int
Save ( Teme theme ) : void
Select ( bool status ) : List
SelectByArea ( int oblastID ) : List
SelectByName ( string name ) : List
SelectMostUsed ( ) : List
SelectTemaByID ( int TemaID ) : Teme
UpdateStatus ( int themeID ) : void

Method Details

Count() public static méthode

public static Count ( ) : int
Résultat int

Save() public static méthode

public static Save ( Teme theme ) : void
theme Teme
Résultat void

Select() public static méthode

public static Select ( bool status ) : List
status bool
Résultat List

SelectByArea() public static méthode

public static SelectByArea ( int oblastID ) : List
oblastID int
Résultat List

SelectByName() public static méthode

public static SelectByName ( string name ) : List
name string
Résultat List

SelectMostUsed() public static méthode

public static SelectMostUsed ( ) : List
Résultat List

SelectTemaByID() public static méthode

public static SelectTemaByID ( int TemaID ) : Teme
TemaID int
Résultat Teme

UpdateStatus() public static méthode

public static UpdateStatus ( int themeID ) : void
themeID int
Résultat void