C# Класс MediaInfoDotNet.WFClient.UserControlStreamsViewer

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
bsCollection System.Windows.Forms.BindingSource

Защищенные свойства (Protected)

Свойство Тип Описание
datasource List
datatype Type

Private Properties

Свойство Тип Описание
GetItemProperty PropertyInfo
GetListItemType Type
InitializeComponent void
bsCollection_CurrentChanged void

Открытые методы

Метод Описание
UserControlStreamsViewer ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

UserControlStreamsViewer() публичный Метод

public UserControlStreamsViewer ( ) : System
Результат System

Описание свойств

bsCollection публичное свойство

public System.Windows.Forms.BindingSource bsCollection
Результат System.Windows.Forms.BindingSource

datasource защищенное свойство

protected List datasource
Результат List

datatype защищенное свойство

protected Type datatype
Результат Type