C# Class OpenIdProvider.Models.UserType

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

Private Properties

Свойство Type Description
Initialize void
OnCreated void
OnDescriptionChanged void
OnDescriptionChanging void
OnDeserializing void
OnIdChanged void
OnIdChanging void
OnLoaded void
OnNameChanged void
OnNameChanging void
OnValidate void

Méthodes publiques

Méthode Description
UserType ( ) : 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
OnDescriptionChanged ( ) : void
OnDescriptionChanging ( string value ) : void
OnDeserializing ( StreamingContext context ) : void
OnIdChanged ( ) : void
OnIdChanging ( byte value ) : void
OnLoaded ( ) : void
OnNameChanged ( ) : void
OnNameChanging ( string value ) : void
OnValidate ( System action ) : void

Method Details

SendPropertyChanged() protected méthode

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

SendPropertyChanging() protected méthode

protected SendPropertyChanging ( ) : void
Résultat void

UserType() public méthode

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