C# Class Ext.Net.Examples.Northwind.Employee

Datei anzeigen Open project: extnet/Ext.NET.Examples Class Usage Examples

Private Properties

Property Type Description
OnAddressChanged void
OnAddressChanging void
OnBirthDateChanged void
OnBirthDateChanging void
OnCityChanged void
OnCityChanging void
OnCountryChanged void
OnCountryChanging void
OnCreated void
OnEmployeeIDChanged void
OnEmployeeIDChanging void
OnExtensionChanged void
OnExtensionChanging void
OnFirstNameChanged void
OnFirstNameChanging void
OnHireDateChanged void
OnHireDateChanging void
OnHomePhoneChanged void
OnHomePhoneChanging void
OnLastNameChanged void
OnLastNameChanging void
OnLoaded void
OnNotesChanged void
OnNotesChanging void
OnPhotoChanged void
OnPhotoChanging void
OnPhotoPathChanged void
OnPhotoPathChanging void
OnPostalCodeChanged void
OnPostalCodeChanging void
OnRegionChanged void
OnRegionChanging void
OnReportsToChanged void
OnReportsToChanging void
OnTitleChanged void
OnTitleChanging void
OnTitleOfCourtesyChanged void
OnTitleOfCourtesyChanging void
OnValidate void
attach_EmployeeTerritories void
attach_Employees void
attach_Orders void
detach_EmployeeTerritories void
detach_Employees void
detach_Orders void

Public Methods

Method Description
Employee ( ) : System.Data.Linq
GetAll ( ) : List
GetEmployee ( int id ) : Employee
GetEmployee ( int id, NorthwindDataContext db ) : Employee
GetEmployeesFilter ( int start, int limit, DataSorter sort, int &count ) : List

Protected Methods

Method Description
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

Private Methods

Method Description
OnAddressChanged ( ) : void
OnAddressChanging ( string value ) : void
OnBirthDateChanged ( ) : void
OnBirthDateChanging ( System value ) : void
OnCityChanged ( ) : void
OnCityChanging ( string value ) : void
OnCountryChanged ( ) : void
OnCountryChanging ( string value ) : void
OnCreated ( ) : void
OnEmployeeIDChanged ( ) : void
OnEmployeeIDChanging ( int value ) : void
OnExtensionChanged ( ) : void
OnExtensionChanging ( string value ) : void
OnFirstNameChanged ( ) : void
OnFirstNameChanging ( string value ) : void
OnHireDateChanged ( ) : void
OnHireDateChanging ( System value ) : void
OnHomePhoneChanged ( ) : void
OnHomePhoneChanging ( string value ) : void
OnLastNameChanged ( ) : void
OnLastNameChanging ( string value ) : void
OnLoaded ( ) : void
OnNotesChanged ( ) : void
OnNotesChanging ( string value ) : void
OnPhotoChanged ( ) : void
OnPhotoChanging ( System value ) : void
OnPhotoPathChanged ( ) : void
OnPhotoPathChanging ( string value ) : void
OnPostalCodeChanged ( ) : void
OnPostalCodeChanging ( string value ) : void
OnRegionChanged ( ) : void
OnRegionChanging ( string value ) : void
OnReportsToChanged ( ) : void
OnReportsToChanging ( System value ) : void
OnTitleChanged ( ) : void
OnTitleChanging ( string value ) : void
OnTitleOfCourtesyChanged ( ) : void
OnTitleOfCourtesyChanging ( string value ) : void
OnValidate ( System action ) : void
attach_EmployeeTerritories ( EmployeeTerritory entity ) : void
attach_Employees ( Employee entity ) : void
attach_Orders ( Order entity ) : void
detach_EmployeeTerritories ( EmployeeTerritory entity ) : void
detach_Employees ( Employee entity ) : void
detach_Orders ( Order entity ) : void

Method Details

Employee() public method

public Employee ( ) : System.Data.Linq
return System.Data.Linq

GetAll() public static method

public static GetAll ( ) : List
return List

GetEmployee() public static method

public static GetEmployee ( int id ) : Employee
id int
return Employee

GetEmployee() public static method

public static GetEmployee ( int id, NorthwindDataContext db ) : Employee
id int
db NorthwindDataContext
return Employee

GetEmployeesFilter() public static method

public static GetEmployeesFilter ( int start, int limit, DataSorter sort, int &count ) : List
start int
limit int
sort DataSorter
count int
return List

SendPropertyChanged() protected method

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
return void

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void