C# 클래스 Pisa.DB.DBManager

파일 보기 프로젝트 열기: vapps/Pisa

공개 프로퍼티들

프로퍼티 타입 설명
Categories ObservableCollection
Items ObservableCollection
Payments ObservableCollection

공개 메소드들

메소드 설명
DBManager ( ) : System
Items_CollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
LoadAllItems ( ) : void
SaveAllItems ( ) : void
_InitCategories ( bool isFirtstTime ) : void
_InitPayments ( bool isFirstTime ) : void
pisaModel_PropertyChanged ( object sender, System e ) : void

비공개 메소드들

메소드 설명
DeleteAllItems ( ) : void
_GetCategoryModel ( CategoryTable categoryInfo ) : CategoryModel
_GetPaymentModel ( PaymentTable paymentInfo ) : PaymentModel
_GetPisaModel ( PisaTable item ) : PisaModel
_GetPisaTable ( PisaModel model ) : PisaTable
_Init ( ) : void

메소드 상세

DBManager() 공개 메소드

public DBManager ( ) : System
리턴 System

Items_CollectionChanged() 공개 메소드

public Items_CollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
sender object
e System.Collections.Specialized.NotifyCollectionChangedEventArgs
리턴 void

LoadAllItems() 공개 메소드

public LoadAllItems ( ) : void
리턴 void

SaveAllItems() 공개 메소드

public SaveAllItems ( ) : void
리턴 void

_InitCategories() 공개 메소드

public _InitCategories ( bool isFirtstTime ) : void
isFirtstTime bool
리턴 void

_InitPayments() 공개 메소드

public _InitPayments ( bool isFirstTime ) : void
isFirstTime bool
리턴 void

pisaModel_PropertyChanged() 공개 메소드

public pisaModel_PropertyChanged ( object sender, System e ) : void
sender object
e System
리턴 void

프로퍼티 상세

Categories 공개적으로 프로퍼티

public ObservableCollection Categories
리턴 ObservableCollection

Items 공개적으로 프로퍼티

public ObservableCollection Items
리턴 ObservableCollection

Payments 공개적으로 프로퍼티

public ObservableCollection Payments
리턴 ObservableCollection