C# 클래스 SIL.FieldWorks.Common.Framework.DetailControls.ButtonLauncher

상속: System.Windows.Forms.UserControl, IFWDisposable, INotifyControlInCurrentSlice
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_btnLauncher System.Windows.Forms.Button
m_cache SIL.FieldWorks.FDO.FdoCache
m_configurationNode System.Xml.XmlNode
m_displayNameProperty string
m_displayWs string
m_fieldName string
m_flid int
m_mainControl System.Windows.Forms.Control
m_mediator XCore.Mediator
m_obj ICmObject
m_panel System.Windows.Forms.Panel
m_persistProvider IPersistenceProvider

Private Properties

프로퍼티 타입 설명
InitializeComponent void

공개 메소드들

메소드 설명
ButtonLauncher ( ) : System

Initializes a new instance of the ReferenceLauncher class.

CheckDisposed ( ) : void

Throw if the IsDisposed property is true

Initialize ( SIL.FieldWorks.FDO.FdoCache cache, ICmObject obj, int flid, string fieldName, IPersistenceProvider persistProvider, XCore.Mediator mediator, string displayNameProperty, string displayWs ) : void

Initialize the launcher.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

HandleChooser ( ) : void

Handle launching of the standard chooser.

Subclasses should override this method.

OnClick ( Object sender, EventArgs arguments ) : void

Handle the click event for the launcher button.

OnObjectCreated ( ) : void

Notifies that m_obj has been created.

ReferenceLauncher_Enter ( object sender, EventArgs e ) : void
ReferenceLauncher_Leave ( object sender, System e ) : void

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

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

메소드 상세

ButtonLauncher() 공개 메소드

Initializes a new instance of the ReferenceLauncher class.
public ButtonLauncher ( ) : System
리턴 System

CheckDisposed() 공개 메소드

Throw if the IsDisposed property is true
public CheckDisposed ( ) : void
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged /// resources; false to release only unmanaged resources. ///
리턴 void

HandleChooser() 보호된 메소드

Handle launching of the standard chooser.
Subclasses should override this method.
protected HandleChooser ( ) : void
리턴 void

Initialize() 공개 메소드

Initialize the launcher.
public Initialize ( SIL.FieldWorks.FDO.FdoCache cache, ICmObject obj, int flid, string fieldName, IPersistenceProvider persistProvider, XCore.Mediator mediator, string displayNameProperty, string displayWs ) : void
cache SIL.FieldWorks.FDO.FdoCache
obj ICmObject
flid int
fieldName string
persistProvider IPersistenceProvider
mediator XCore.Mediator
displayNameProperty string
displayWs string
리턴 void

OnClick() 보호된 메소드

Handle the click event for the launcher button.
protected OnClick ( Object sender, EventArgs arguments ) : void
sender Object
arguments System.EventArgs
리턴 void

OnObjectCreated() 보호된 메소드

Notifies that m_obj has been created.
protected OnObjectCreated ( ) : void
리턴 void

ReferenceLauncher_Enter() 보호된 메소드

protected ReferenceLauncher_Enter ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

ReferenceLauncher_Leave() 보호된 메소드

protected ReferenceLauncher_Leave ( object sender, System e ) : void
sender object
e System
리턴 void

프로퍼티 상세

m_btnLauncher 보호되어 있는 프로퍼티

protected Button,System.Windows.Forms m_btnLauncher
리턴 System.Windows.Forms.Button

m_cache 보호되어 있는 프로퍼티

protected FdoCache,SIL.FieldWorks.FDO m_cache
리턴 SIL.FieldWorks.FDO.FdoCache

m_configurationNode 보호되어 있는 프로퍼티

protected XmlNode,System.Xml m_configurationNode
리턴 System.Xml.XmlNode

m_displayNameProperty 보호되어 있는 프로퍼티

protected string m_displayNameProperty
리턴 string

m_displayWs 보호되어 있는 프로퍼티

protected string m_displayWs
리턴 string

m_fieldName 보호되어 있는 프로퍼티

protected string m_fieldName
리턴 string

m_flid 보호되어 있는 프로퍼티

protected int m_flid
리턴 int

m_mainControl 보호되어 있는 프로퍼티

protected Control,System.Windows.Forms m_mainControl
리턴 System.Windows.Forms.Control

m_mediator 보호되어 있는 프로퍼티

protected Mediator,XCore m_mediator
리턴 XCore.Mediator

m_obj 보호되어 있는 프로퍼티

protected ICmObject m_obj
리턴 ICmObject

m_panel 보호되어 있는 프로퍼티

protected Panel,System.Windows.Forms m_panel
리턴 System.Windows.Forms.Panel

m_persistProvider 보호되어 있는 프로퍼티

protected IPersistenceProvider m_persistProvider
리턴 IPersistenceProvider