C# Class SIP_Agent.person

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
显示文件 Open project: anroots/SIP-Agent Class Usage Examples

Private Properties

Property Type Description
OnCreated void
OnLoaded void
OnValidate void
Oncompany_idChanged void
Oncompany_idChanging void
OncreatedChanged void
OncreatedChanging void
OndeletedChanged void
OndeletedChanging void
Onfirst_nameChanged void
Onfirst_nameChanging void
OnidChanged void
OnidChanging void
Onlast_nameChanged void
Onlast_nameChanging void
OnpasswordChanged void
OnpasswordChanging void
OnusernameChanged void
OnusernameChanging void
attach_calls void
attach_calls1 void
attach_logs void
attach_tasks void
attach_tasks1 void
attach_tasks2 void
detach_calls void
detach_calls1 void
detach_logs void
detach_tasks void
detach_tasks1 void
detach_tasks2 void

Public Methods

Method Description
person ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnCreated ( ) : void
OnLoaded ( ) : void
OnValidate ( System action ) : void
Oncompany_idChanged ( ) : void
Oncompany_idChanging ( System value ) : void
OncreatedChanged ( ) : void
OncreatedChanging ( System value ) : void
OndeletedChanged ( ) : void
OndeletedChanging ( bool value ) : void
Onfirst_nameChanged ( ) : void
Onfirst_nameChanging ( string value ) : void
OnidChanged ( ) : void
OnidChanging ( int value ) : void
Onlast_nameChanged ( ) : void
Onlast_nameChanging ( string value ) : void
OnpasswordChanged ( ) : void
OnpasswordChanging ( string value ) : void
OnusernameChanged ( ) : void
OnusernameChanging ( string value ) : void
attach_calls ( call entity ) : void
attach_calls1 ( call entity ) : void
attach_logs ( log entity ) : void
attach_tasks ( task entity ) : void
attach_tasks1 ( task entity ) : void
attach_tasks2 ( task entity ) : void
detach_calls ( call entity ) : void
detach_calls1 ( call entity ) : void
detach_logs ( log entity ) : void
detach_tasks ( task entity ) : void
detach_tasks1 ( task entity ) : void
detach_tasks2 ( task entity ) : void

Method Details

SendPropertyChanged() protected method

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

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void

person() public method

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