C# Class MediaInfoDotNet.WFClient.UserControlStreamsViewer

显示文件 Open project: cschlote/MediaInfoDotNet

Public Properties

Property Type Description
bsCollection System.Windows.Forms.BindingSource

Protected Properties

Property Type Description
datasource List
datatype Type

Private Properties

Property Type Description
GetItemProperty PropertyInfo
GetListItemType Type
InitializeComponent void
bsCollection_CurrentChanged void

Public Methods

Method Description
UserControlStreamsViewer ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
GetItemProperty ( Type type ) : PropertyInfo
GetListItemType ( object list ) : Type
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

bsCollection_CurrentChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

UserControlStreamsViewer() public method

public UserControlStreamsViewer ( ) : System
return System

Property Details

bsCollection public_oe property

public System.Windows.Forms.BindingSource bsCollection
return System.Windows.Forms.BindingSource

datasource protected_oe property

protected List datasource
return List

datatype protected_oe property

protected Type datatype
return Type