Свойство | Тип | Описание | |
---|---|---|---|
Data | List |
Метод | Описание | |
---|---|---|
Define ( string definerId, MessageFormular formular, bool supressEvent = false ) : bool |
Tries to define a Formular. Each named Formular can only be defined by one sender entity Setting the supressEvent parameter to true will prevent this method to inform any TypeChanged subscribers. |
|
GetFormularsFrom ( string definerId ) : IEnumerable |
Retrieve all currently defined Formulars of a specific sender entity
|
|
Undefine ( string definerId, MessageFormular formular ) : bool |
Unregisters a specific Formular from a specific definer source
|
|
UndefineAll ( string definerId ) : bool |
Unregisters all Formulars from a specific definer source
|
|
this ( string formularName ) : MessageFormular |
Retrieve the currently defined Formular by name, regardless of the Definer
|
Метод | Описание | |
---|---|---|
MessageFormularRegistry ( ) : System |
public Define ( string definerId, MessageFormular formular, bool supressEvent = false ) : bool | ||
definerId | string | A unique string that helps to keep track, who registered a given Formular. |
formular | MessageFormular | A MessageFormular to be registered. |
supressEvent | bool | A bool indicating if the registry should skip informing interested parties about this change. |
Результат | bool |
public GetFormularsFrom ( string definerId ) : IEnumerable |
||
definerId | string | |
Результат | IEnumerable |
public Undefine ( string definerId, MessageFormular formular ) : bool | ||
definerId | string | |
formular | MessageFormular | |
Результат | bool |
public UndefineAll ( string definerId ) : bool | ||
definerId | string | |
Результат | bool |
public this ( string formularName ) : MessageFormular | ||
formularName | string | |
Результат | MessageFormular |