C# Class MediaInfoDotNet.WFClient.UserControlStreamsViewer

Afficher le fichier Open project: cschlote/MediaInfoDotNet

Méthodes publiques

Свойство Type Description
bsCollection System.Windows.Forms.BindingSource

Protected Properties

Свойство Type Description
datasource List
datatype Type

Private Properties

Свойство Type Description
GetItemProperty PropertyInfo
GetListItemType Type
InitializeComponent void
bsCollection_CurrentChanged void

Méthodes publiques

Méthode Description
UserControlStreamsViewer ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

UserControlStreamsViewer() public méthode

public UserControlStreamsViewer ( ) : System
Résultat System

Property Details

bsCollection public_oe property

public System.Windows.Forms.BindingSource bsCollection
Résultat System.Windows.Forms.BindingSource

datasource protected_oe property

protected List datasource
Résultat List

datatype protected_oe property

protected Type datatype
Résultat Type