C# Class OAuthAuthorizationServer.Code.Nonce

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Afficher le fichier Open project: DotNetOpenAuth/DotNetOpenAuth.Samples Class Usage Examples

Private Properties

Свойство Type Description
OnCodeChanged void
OnCodeChanging void
OnContextChanged void
OnContextChanging void
OnCreated void
OnLoaded void
OnTimestampChanged void
OnTimestampChanging void
OnValidate void

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
OnCodeChanged ( ) : void
OnCodeChanging ( string value ) : void
OnContextChanged ( ) : void
OnContextChanging ( string value ) : void
OnCreated ( ) : void
OnLoaded ( ) : void
OnTimestampChanged ( ) : void
OnTimestampChanging ( System value ) : void
OnValidate ( System action ) : void

Method Details

Nonce() public méthode

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