C# Class IdSharp.Tagging.ID3v2.FrameBinder

Exibir arquivo Open project: judwhite/IdSharp Class Usage Examples

Public Methods

Method Description
Bind ( INotifyPropertyChanged frame, string frameProperty, string tagProperty, System.Action validator ) : void
FrameBinder ( FrameContainer frameContainer ) : System

Method Details

Bind() public method

public Bind ( INotifyPropertyChanged frame, string frameProperty, string tagProperty, System.Action validator ) : void
frame INotifyPropertyChanged
frameProperty string
tagProperty string
validator System.Action
return void

FrameBinder() public method

public FrameBinder ( FrameContainer frameContainer ) : System
frameContainer FrameContainer
return System