C# 클래스 AODL.Document.Forms.Controls.ODFFormControl

Summary description for IODFFormControl.
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker

보호된 프로퍼티들

프로퍼티 타입 설명
_document IDocument
_node System.Xml.XmlNode
_parentForm AODL.Document.Forms.ODFForm
_refCounter int

공개 메소드들

메소드 설명
AddToContentCollection ( ) : void
FixPropertyCollection ( ) : void
GetFormProperty ( string name ) : FormProperty

Look for a control generic property by its name

RemoveFromContentCollection ( ) : void
RestorePropertyEvents ( ) : void
SuppressPropertyEvents ( ) : void

보호된 메소드들

메소드 설명
CreateBasicNode ( ) : void
ODFFormControl ( ODFForm ParentForm, ContentCollection contentCollection, string id ) : System
ODFFormControl ( ODFForm ParentForm, ContentCollection contentCollection, string id, string x, string y, string width, string height ) : System
ODFFormControl ( ODFForm ParentForm, XmlNode node ) : System

비공개 메소드들

메소드 설명
PropertyCollection_Inserted ( int index, object value ) : void
PropertyCollection_Removed ( int index, object value ) : void

메소드 상세

AddToContentCollection() 공개 메소드

public AddToContentCollection ( ) : void
리턴 void

CreateBasicNode() 보호된 메소드

protected CreateBasicNode ( ) : void
리턴 void

FixPropertyCollection() 공개 메소드

public FixPropertyCollection ( ) : void
리턴 void

GetFormProperty() 공개 메소드

Look for a control generic property by its name
public GetFormProperty ( string name ) : FormProperty
name string Property name
리턴 AODL.Document.Forms.FormProperty

ODFFormControl() 보호된 메소드

protected ODFFormControl ( ODFForm ParentForm, ContentCollection contentCollection, string id ) : System
ParentForm AODL.Document.Forms.ODFForm
contentCollection ContentCollection
id string
리턴 System

ODFFormControl() 보호된 메소드

protected ODFFormControl ( ODFForm ParentForm, ContentCollection contentCollection, string id, string x, string y, string width, string height ) : System
ParentForm AODL.Document.Forms.ODFForm
contentCollection ContentCollection
id string
x string
y string
width string
height string
리턴 System

ODFFormControl() 보호된 메소드

protected ODFFormControl ( ODFForm ParentForm, XmlNode node ) : System
ParentForm AODL.Document.Forms.ODFForm
node System.Xml.XmlNode
리턴 System

RemoveFromContentCollection() 공개 메소드

public RemoveFromContentCollection ( ) : void
리턴 void

RestorePropertyEvents() 공개 메소드

public RestorePropertyEvents ( ) : void
리턴 void

SuppressPropertyEvents() 공개 메소드

public SuppressPropertyEvents ( ) : void
리턴 void

프로퍼티 상세

_document 보호되어 있는 프로퍼티

protected IDocument _document
리턴 IDocument

_node 보호되어 있는 프로퍼티

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

_parentForm 보호되어 있는 프로퍼티

protected ODFForm,AODL.Document.Forms _parentForm
리턴 AODL.Document.Forms.ODFForm

_refCounter 보호되어 있는 프로퍼티

protected int _refCounter
리턴 int