C# 클래스 ATMLCommonLibrary.controls.document.DocumentControl

파일 보기 프로젝트 열기: UtrsSoftware/ATMLWorkBench

보호된 프로퍼티들

프로퍼티 타입 설명
_document ATMLModelLibrary.model.common.Document
btnAddGUID ATMLCommonLibrary.controls.awb.AWBButton
edtControlNumber ATMLCommonLibrary.controls.awb.AWBTextBox
edtDescription AWBTextBox
edtDocumentName ATMLCommonLibrary.controls.awb.AWBTextBox
edtItem ATMLCommonLibrary.controls.awb.AWBEditor
edtUUID ATMLCommonLibrary.controls.awb.AWBTextBox
edtVersion ATMLCommonLibrary.controls.awb.AWBTextBox
errorProvider System.Windows.Forms.ErrorProvider
helpLabel1 HelpLabel
lblControlNumber ATMLCommonLibrary.controls.HelpLabel
lblItem ATMLCommonLibrary.controls.HelpLabel
lblName ATMLCommonLibrary.controls.HelpLabel
lblUUID ATMLCommonLibrary.controls.HelpLabel
lblVersion ATMLCommonLibrary.controls.HelpLabel
rbText System.Windows.Forms.RadioButton
rbURL System.Windows.Forms.RadioButton

Private Properties

프로퍼티 타입 설명
DocumentControl_DocumentSaved void
InitializeComponent void
btnAddGUID_Click void
btnCollapseAll_Click void
btnExpandAll_Click void
edtDocumentName_TextChanged void
edtItem_TextChanged void
rbText_CheckedChanged void
rbURL_CheckedChanged void

공개 메소드들

메소드 설명
DocumentControl ( ) : System
EditDocumentObject ( ) : void
IsDirty ( ) : bool
Ok2Validate ( ) : bool
SaveDocument ( ) : void
UpdateContent ( string content ) : void

보호된 메소드들

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

Clean up any resources being used.

OnDocumentChanged ( Document document, bool isDirty ) : void

비공개 메소드들

메소드 설명
DocumentControl_DocumentSaved ( Document document ) : void
InitializeComponent ( ) : void

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

btnAddGUID_Click ( object sender, EventArgs e ) : void
btnCollapseAll_Click ( object sender, EventArgs e ) : void
btnExpandAll_Click ( object sender, EventArgs e ) : void
edtDocumentName_TextChanged ( object sender, EventArgs e ) : void
edtItem_TextChanged ( object sender, EventArgs e ) : void
rbText_CheckedChanged ( object sender, EventArgs e ) : void
rbURL_CheckedChanged ( object sender, EventArgs e ) : void

메소드 상세

ControlsToData() 보호된 메소드

protected ControlsToData ( ) : void
리턴 void

DataToControls() 보호된 메소드

protected DataToControls ( ) : void
리턴 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

DocumentControl() 공개 메소드

public DocumentControl ( ) : System
리턴 System

EditDocumentObject() 공개 메소드

public EditDocumentObject ( ) : void
리턴 void

IsDirty() 공개 메소드

public IsDirty ( ) : bool
리턴 bool

Ok2Validate() 공개 메소드

public Ok2Validate ( ) : bool
리턴 bool

OnDocumentChanged() 보호된 메소드

protected OnDocumentChanged ( Document document, bool isDirty ) : void
document ATMLModelLibrary.model.common.Document
isDirty bool
리턴 void

SaveDocument() 공개 메소드

public SaveDocument ( ) : void
리턴 void

UpdateContent() 공개 메소드

public UpdateContent ( string content ) : void
content string
리턴 void

프로퍼티 상세

_document 보호되어 있는 프로퍼티

protected Document,ATMLModelLibrary.model.common _document
리턴 ATMLModelLibrary.model.common.Document

btnAddGUID 보호되어 있는 프로퍼티

protected AWBButton,ATMLCommonLibrary.controls.awb btnAddGUID
리턴 ATMLCommonLibrary.controls.awb.AWBButton

edtControlNumber 보호되어 있는 프로퍼티

protected AWBTextBox,ATMLCommonLibrary.controls.awb edtControlNumber
리턴 ATMLCommonLibrary.controls.awb.AWBTextBox

edtDescription 보호되어 있는 프로퍼티

protected AWBTextBox edtDescription
리턴 AWBTextBox

edtDocumentName 보호되어 있는 프로퍼티

protected AWBTextBox,ATMLCommonLibrary.controls.awb edtDocumentName
리턴 ATMLCommonLibrary.controls.awb.AWBTextBox

edtItem 보호되어 있는 프로퍼티

protected AWBEditor,ATMLCommonLibrary.controls.awb edtItem
리턴 ATMLCommonLibrary.controls.awb.AWBEditor

edtUUID 보호되어 있는 프로퍼티

protected AWBTextBox,ATMLCommonLibrary.controls.awb edtUUID
리턴 ATMLCommonLibrary.controls.awb.AWBTextBox

edtVersion 보호되어 있는 프로퍼티

protected AWBTextBox,ATMLCommonLibrary.controls.awb edtVersion
리턴 ATMLCommonLibrary.controls.awb.AWBTextBox

errorProvider 보호되어 있는 프로퍼티

protected System.Windows.Forms.ErrorProvider errorProvider
리턴 System.Windows.Forms.ErrorProvider

helpLabel1 보호되어 있는 프로퍼티

protected HelpLabel helpLabel1
리턴 HelpLabel

lblControlNumber 보호되어 있는 프로퍼티

protected ATMLCommonLibrary.controls.HelpLabel lblControlNumber
리턴 ATMLCommonLibrary.controls.HelpLabel

lblItem 보호되어 있는 프로퍼티

protected ATMLCommonLibrary.controls.HelpLabel lblItem
리턴 ATMLCommonLibrary.controls.HelpLabel

lblName 보호되어 있는 프로퍼티

protected ATMLCommonLibrary.controls.HelpLabel lblName
리턴 ATMLCommonLibrary.controls.HelpLabel

lblUUID 보호되어 있는 프로퍼티

protected ATMLCommonLibrary.controls.HelpLabel lblUUID
리턴 ATMLCommonLibrary.controls.HelpLabel

lblVersion 보호되어 있는 프로퍼티

protected ATMLCommonLibrary.controls.HelpLabel lblVersion
리턴 ATMLCommonLibrary.controls.HelpLabel

rbText 보호되어 있는 프로퍼티

protected System.Windows.Forms.RadioButton rbText
리턴 System.Windows.Forms.RadioButton

rbURL 보호되어 있는 프로퍼티

protected System.Windows.Forms.RadioButton rbURL
리턴 System.Windows.Forms.RadioButton