C# Class Patchwork.Utility.Binding.AggregateMode

Inheritance: NotificationMode
ファイルを表示 Open project: GregRos/Patchwork

Public Methods

Method Description
AggregateMode ( IEnumerable modes ) : System.Collections.Generic
Subscribe ( object target, IBindable bindable ) : void

Method Details

AggregateMode() public method

public AggregateMode ( IEnumerable modes ) : System.Collections.Generic
modes IEnumerable
return System.Collections.Generic

Subscribe() public method

public Subscribe ( object target, IBindable bindable ) : void
target object
bindable IBindable
return void