C# Class OpenIdProvider.Models.IPBan

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Afficher le fichier Open project: StackExchange/StackID Class Usage Examples

Private Properties

Свойство Type Description
Initialize void
OnCreated void
OnCreationDateChanged void
OnCreationDateChanging void
OnDeserializing void
OnExpirationDateChanged void
OnExpirationDateChanging void
OnIPChanged void
OnIPChanging void
OnIdChanged void
OnIdChanging void
OnLoaded void
OnReasonChanged void
OnReasonChanging void
OnValidate void

Méthodes publiques

Méthode Description
IPBan ( ) : System.Data.Linq

Méthodes protégées

Méthode Description
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

Private Methods

Méthode Description
Initialize ( ) : void
OnCreated ( ) : void
OnCreationDateChanged ( ) : void
OnCreationDateChanging ( System value ) : void
OnDeserializing ( StreamingContext context ) : void
OnExpirationDateChanged ( ) : void
OnExpirationDateChanging ( System value ) : void
OnIPChanged ( ) : void
OnIPChanging ( string value ) : void
OnIdChanged ( ) : void
OnIdChanging ( int value ) : void
OnLoaded ( ) : void
OnReasonChanged ( ) : void
OnReasonChanging ( string value ) : void
OnValidate ( System action ) : void

Method Details

IPBan() public méthode

public IPBan ( ) : System.Data.Linq
Résultat System.Data.Linq

SendPropertyChanged() protected méthode

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
Résultat void

SendPropertyChanging() protected méthode

protected SendPropertyChanging ( ) : void
Résultat void