C# 클래스 Habanero.Faces.Base.AutoLoadingRelationshipComboBoxMapper

This mapper loads all the Business Objects of type relationshipDef.RelatedObjectClassDef.
상속: RelationshipComboBoxMapper
파일 보기 프로젝트 열기: Chillisoft/habanero.faces

보호된 프로퍼티들

프로퍼티 타입 설명
_lastCallTime System.DateTime

공개 메소드들

메소드 설명
AutoLoadingRelationshipComboBoxMapper ( IComboBox comboBox, string relationshipName, bool isReadOnly, IControlFactory controlFactory ) : System

Constructs an AutoLoadingRelationshipComboBoxMapper with the comboBox relationshipName

보호된 메소드들

메소드 설명
LoadCollectionForBusinessObject ( ) : void

Provides an overrideable method for Loading the collection of business objects

비공개 메소드들

메소드 설명
CacheHasNotTimedOut ( ) : bool

메소드 상세

AutoLoadingRelationshipComboBoxMapper() 공개 메소드

Constructs an AutoLoadingRelationshipComboBoxMapper with the comboBox relationshipName
public AutoLoadingRelationshipComboBoxMapper ( IComboBox comboBox, string relationshipName, bool isReadOnly, IControlFactory controlFactory ) : System
comboBox IComboBox The combo box that is being mapped to
relationshipName string The name of the relation that is being mapped to
isReadOnly bool Whether the Combo box can be used to edit from or whether it is only viewable
controlFactory IControlFactory A control factory that is used to create control mappers etc
리턴 System

LoadCollectionForBusinessObject() 보호된 메소드

Provides an overrideable method for Loading the collection of business objects
protected LoadCollectionForBusinessObject ( ) : void
리턴 void

프로퍼티 상세

_lastCallTime 보호되어 있는 프로퍼티

protected DateTime,System _lastCallTime
리턴 System.DateTime