C# Class FITKMS_business.Data.DATeme

显示文件 Open project: fitba/km-2013-projects-team-bjelasnica

Public Methods

Method 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 method

public static Count ( ) : int
return int

Save() public static method

public static Save ( Teme theme ) : void
theme Teme
return void

Select() public static method

public static Select ( bool status ) : List
status bool
return List

SelectByArea() public static method

public static SelectByArea ( int oblastID ) : List
oblastID int
return List

SelectByName() public static method

public static SelectByName ( string name ) : List
name string
return List

SelectMostUsed() public static method

public static SelectMostUsed ( ) : List
return List

SelectTemaByID() public static method

public static SelectTemaByID ( int TemaID ) : Teme
TemaID int
return Teme

UpdateStatus() public static method

public static UpdateStatus ( int themeID ) : void
themeID int
return void