C# 클래스 MediaInfoDotNet.WFClient.UserControlStreamsViewer

파일 보기 프로젝트 열기: cschlote/MediaInfoDotNet

공개 프로퍼티들

프로퍼티 타입 설명
bsCollection System.Windows.Forms.BindingSource

보호된 프로퍼티들

프로퍼티 타입 설명
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