C# 클래스 FITKMS_business.Data.DATeme

파일 보기 프로젝트 열기: fitba/km-2013-projects-team-bjelasnica

공개 메소드들

메소드 설명
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

메소드 상세

Count() 공개 정적인 메소드

public static Count ( ) : int
리턴 int

Save() 공개 정적인 메소드

public static Save ( Teme theme ) : void
theme Teme
리턴 void

Select() 공개 정적인 메소드

public static Select ( bool status ) : List
status bool
리턴 List

SelectByArea() 공개 정적인 메소드

public static SelectByArea ( int oblastID ) : List
oblastID int
리턴 List

SelectByName() 공개 정적인 메소드

public static SelectByName ( string name ) : List
name string
리턴 List

SelectMostUsed() 공개 정적인 메소드

public static SelectMostUsed ( ) : List
리턴 List

SelectTemaByID() 공개 정적인 메소드

public static SelectTemaByID ( int TemaID ) : Teme
TemaID int
리턴 Teme

UpdateStatus() 공개 정적인 메소드

public static UpdateStatus ( int themeID ) : void
themeID int
리턴 void