C# Class OpenIdProvider.Models.Affiliate

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Show file Open project: StackExchange/StackID Class Usage Examples

Private Properties

Property Type Description
Initialize void
OnCreated void
OnCreationDateChanged void
OnCreationDateChanging void
OnDeserializing void
OnHostFilterChanged void
OnHostFilterChanging void
OnIdChanged void
OnIdChanging void
OnLoaded void
OnOwnerUserIdChanged void
OnOwnerUserIdChanging void
OnSerialized void
OnSerializing void
OnValidate void
OnVerificationModulusChanged void
OnVerificationModulusChanging void

Public Methods

Method Description
Affiliate ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
Initialize ( ) : void
OnCreated ( ) : void
OnCreationDateChanged ( ) : void
OnCreationDateChanging ( System value ) : void
OnDeserializing ( StreamingContext context ) : void
OnHostFilterChanged ( ) : void
OnHostFilterChanging ( string value ) : void
OnIdChanged ( ) : void
OnIdChanging ( int value ) : void
OnLoaded ( ) : void
OnOwnerUserIdChanged ( ) : void
OnOwnerUserIdChanging ( int value ) : void
OnSerialized ( StreamingContext context ) : void
OnSerializing ( StreamingContext context ) : void
OnValidate ( System action ) : void
OnVerificationModulusChanged ( ) : void
OnVerificationModulusChanging ( string value ) : void

Method Details

Affiliate() public method

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