C# Class OAuthAuthorizationServer.Code.Nonce

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
ファイルを表示 Open project: DotNetOpenAuth/DotNetOpenAuth.Samples Class Usage Examples

Private Properties

Property Type Description
OnCodeChanged void
OnCodeChanging void
OnContextChanged void
OnContextChanging void
OnCreated void
OnLoaded void
OnTimestampChanged void
OnTimestampChanging void
OnValidate void

Public Methods

Method Description
Nonce ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method 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 method

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