C# Класс Habanero.Faces.Base.AutoLoadingRelationshipComboBoxMapper

This mapper loads all the Business Objects of type relationshipDef.RelatedObjectClassDef.
Наследование: RelationshipComboBoxMapper
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
_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