C# Class Helpful.Models.Response

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Mostra file Open project: USDepartmentofLabor/HelpfulRedist Class Usage Examples

Private Properties

Property Type Description
OnAgencyChanged void
OnAgencyChanging void
OnCreated void
OnIdChanged void
OnIdChanging void
OnLoaded void
OnPositiveChanged void
OnPositiveChanging void
OnUrlChanged void
OnUrlChanging void
OnUtcDateChanged void
OnUtcDateChanging void
OnValidate void

Public Methods

Method Description
Response ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnAgencyChanged ( ) : void
OnAgencyChanging ( string value ) : void
OnCreated ( ) : void
OnIdChanged ( ) : void
OnIdChanging ( long value ) : void
OnLoaded ( ) : void
OnPositiveChanged ( ) : void
OnPositiveChanging ( System value ) : void
OnUrlChanged ( ) : void
OnUrlChanging ( string value ) : void
OnUtcDateChanged ( ) : void
OnUtcDateChanging ( System value ) : void
OnValidate ( System action ) : void

Method Details

Response() public method

public Response ( ) : 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