C# Class Neutronium.Core.Binding.Listeners.ReListener

Inheritance: IDisposable
Datei anzeigen Open project: David-Desmaisons/MVVM.CEF.Glue Class Usage Examples

Public Methods

Method Description
AddRef ( ) : ReListener
Dispose ( ) : void
ReListener ( IVisitable bidirectionalMapper, FullListenerRegister fullListenerRegister, System.Action onDispose ) : System

Private Methods

Method Description
Clean ( ) : void
Visit ( Action property, Action collection, Action command ) : void

Method Details

AddRef() public method

public AddRef ( ) : ReListener
return ReListener

Dispose() public method

public Dispose ( ) : void
return void

ReListener() public method

public ReListener ( IVisitable bidirectionalMapper, FullListenerRegister fullListenerRegister, System.Action onDispose ) : System
bidirectionalMapper IVisitable
fullListenerRegister FullListenerRegister
onDispose System.Action
return System