C# Class FourRoads.TelligentCommunity.RenderingHelper.CQObserverPluginBase

Inheritance: ICQObserverPlugin
Afficher le fichier Open project: 4-Roads/FourRoads.TelligentCommunity

Protected Properties

Свойство Type Description
Observer IDisposable

Méthodes publiques

Méthode Description
Dispose ( ) : void
Initialize ( ) : void
OnCompleted ( ) : void
OnError ( Exception error ) : void
OnNext ( CQ value ) : void

Méthodes protégées

Méthode Description
GetProcessor ( ) : ICQProcessor

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetProcessor() protected abstract méthode

protected abstract GetProcessor ( ) : ICQProcessor
Résultat ICQProcessor

Initialize() public méthode

public Initialize ( ) : void
Résultat void

OnCompleted() public méthode

public OnCompleted ( ) : void
Résultat void

OnError() public méthode

public OnError ( Exception error ) : void
error System.Exception
Résultat void

OnNext() public méthode

public OnNext ( CQ value ) : void
value CsQuery.CQ
Résultat void

Property Details

Observer protected_oe property

protected IDisposable Observer
Résultat IDisposable