C# Class SLApp_Beta.Community_Partnership_Agreement

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Mostrar archivo Open project: WhitworthUniversity/SLApp Class Usage Examples

Private Properties

Property Type Description
OnAgencyNameChanged void
OnAgencyNameChanging void
OnCreated void
OnDateSignedChanged void
OnDateSignedChanging void
OnLoaded void
OnNotesChanged void
OnNotesChanging void
OnPDFChanged void
OnPDFChanging void
OnValidate void

Public Methods

Method Description
Community_Partnership_Agreement ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnAgencyNameChanged ( ) : void
OnAgencyNameChanging ( string value ) : void
OnCreated ( ) : void
OnDateSignedChanged ( ) : void
OnDateSignedChanging ( System value ) : void
OnLoaded ( ) : void
OnNotesChanged ( ) : void
OnNotesChanging ( string value ) : void
OnPDFChanged ( ) : void
OnPDFChanging ( System value ) : void
OnValidate ( System action ) : void

Method Details

Community_Partnership_Agreement() public method

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

SendPropertyChanged() protected method

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

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void