C# 클래스 Habanero.BO.Loaders.XmlUIGridColumnLoader

Loads UI grid property definitions from xml data
상속: XmlLoader
파일 보기 프로젝트 열기: Chillisoft/habanero 1 사용 예제들

공개 메소드들

메소드 설명
LoadUIProperty ( XmlElement uiPropElement ) : IUIGridColumn

Loads a grid property definition from the xml element provided

LoadUIProperty ( string xmlUIProp ) : IUIGridColumn

Loads a grid property definition from the xml string provided

XmlUIGridColumnLoader ( Habanero.BO.Loaders.DtdLoader dtdLoader, IDefClassFactory defClassFactory ) : System

Constructor to initialise a new loader with a dtd path

보호된 메소드들

메소드 설명
Create ( ) : object

Creates a grid property definition from the data already loaded

LoadFromReader ( ) : void

Loads grid property definition data from the reader

비공개 메소드들

메소드 설명
LoadAlignment ( ) : void

Loads the alignment attribute from the reader. This method is called by LoadFromReader().

LoadGridControlType ( ) : void

Loads the grid control type name from the reader. This method is called by LoadFromReader().

LoadHeading ( ) : void

Loads the heading from the reader. This method is called by LoadFromReader().

LoadIsEditable ( ) : void

Loads the "isReadOnly" attribute from the reader. This method is called by LoadFromReader().

LoadParameters ( ) : void

Loads the attributes from the reader. This method is called by LoadFromReader().

LoadPropertyName ( ) : void

Loads the property name from the reader. This method is called by LoadFromReader().

LoadWidth ( ) : void

Loads the width from the reader. This method is called by LoadFromReader().

메소드 상세

Create() 보호된 메소드

Creates a grid property definition from the data already loaded
protected Create ( ) : object
리턴 object

LoadFromReader() 보호된 메소드

Loads grid property definition data from the reader
protected LoadFromReader ( ) : void
리턴 void

LoadUIProperty() 공개 메소드

Loads a grid property definition from the xml element provided
public LoadUIProperty ( XmlElement uiPropElement ) : IUIGridColumn
uiPropElement System.Xml.XmlElement The xml element
리턴 IUIGridColumn

LoadUIProperty() 공개 메소드

Loads a grid property definition from the xml string provided
public LoadUIProperty ( string xmlUIProp ) : IUIGridColumn
xmlUIProp string The xml string
리턴 IUIGridColumn

XmlUIGridColumnLoader() 공개 메소드

Constructor to initialise a new loader with a dtd path
public XmlUIGridColumnLoader ( Habanero.BO.Loaders.DtdLoader dtdLoader, IDefClassFactory defClassFactory ) : System
dtdLoader Habanero.BO.Loaders.DtdLoader The dtd loader
defClassFactory IDefClassFactory The factory for the definition classes
리턴 System