C# 클래스 FCS_Funding.Views.AddGroupSession

Interaction logic for AddGroupSession.xaml
상속: System.Windows.Window
파일 보기 프로젝트 열기: WKlingonsmith/FCS-Project 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Add_Expense void
Change_Client_Bill void
Change_Paid_Bill void
Grants_DropDown void
MoneyDonation_DropDown void
useEnterAsTab void

공개 메소드들

메소드 설명
AddGroupSession ( int expenseTypeID, PatientGrid individual, int staffID, System.DateTime expenseDueDate, System.DateTime startDateTime, System.DateTime endDateTime, int appointmentID ) : FCS_DataTesting

비공개 메소드들

메소드 설명
Add_Expense ( object sender, RoutedEventArgs e ) : void
Change_Client_Bill ( object sender, RoutedEventArgs e ) : void
Change_Paid_Bill ( object sender, RoutedEventArgs e ) : void
Grants_DropDown ( object sender, RoutedEventArgs e ) : void
MoneyDonation_DropDown ( object sender, RoutedEventArgs e ) : void
useEnterAsTab ( object sender, System e ) : void

메소드 상세

AddGroupSession() 공개 메소드

public AddGroupSession ( int expenseTypeID, PatientGrid individual, int staffID, System.DateTime expenseDueDate, System.DateTime startDateTime, System.DateTime endDateTime, int appointmentID ) : FCS_DataTesting
expenseTypeID int
individual FCS_DataTesting.PatientGrid
staffID int
expenseDueDate System.DateTime
startDateTime System.DateTime
endDateTime System.DateTime
appointmentID int
리턴 FCS_DataTesting