C# 클래스 FMSClassLibrary.DbInteraction

파일 보기 프로젝트 열기: sayan801/FileManagementSystem

공개 메소드들

메소드 설명
DoRegisterNewDevice ( StorageDeviceInfo DeviceDetails ) : int
DoRegisterNewUser ( UserInfo NewUser ) : int
FetcheId ( ) : string
FetchePassword ( ) : string
GetAllDeviceList ( ) : List

비공개 메소드들

메소드 설명
DoRegisterNewuserindb ( UserInfo NewUser ) : int
OpenDbConnection ( ) : MySql.Data.MySqlClient.MySqlConnection

Opens the database connection.

QueryAllDeviceList ( ) : List

Queries all device list.

메소드 상세

DoRegisterNewDevice() 공개 정적인 메소드

public static DoRegisterNewDevice ( StorageDeviceInfo DeviceDetails ) : int
DeviceDetails StorageDeviceInfo
리턴 int

DoRegisterNewUser() 공개 정적인 메소드

public static DoRegisterNewUser ( UserInfo NewUser ) : int
NewUser UserInfo
리턴 int

FetcheId() 공개 정적인 메소드

public static FetcheId ( ) : string
리턴 string

FetchePassword() 공개 정적인 메소드

public static FetchePassword ( ) : string
리턴 string

GetAllDeviceList() 공개 정적인 메소드

public static GetAllDeviceList ( ) : List
리턴 List