Свойство | Тип | Описание | |
---|---|---|---|
GetKey | string |
Метод | Описание | |
---|---|---|
Bind ( object control, IEnumerable bindableObjects ) : void |
Binds the specified DomainObject array to the control provided.
|
|
Bind ( object control, IEnumerable bindableObjects, bool isPostback ) : void |
Binds the specified DomainObject array to the control provided.
|
|
Bind ( object control, object bindableObject ) : void |
Binds the specified DomainObject to the control provided.
|
|
Bind ( object control, object bindableObject, bool isPostback ) : void |
Binds the specified DomainObject to the control provided.
|
|
GetListFor ( |
||
Persist ( object bindableObject, object control ) : void |
Persists the specified DomainObject to the control provided.
|
|
RegisterScope ( |
||
UnregisterScope ( |
Метод | Описание | |
---|---|---|
GetKey ( |
public static Bind ( object control, IEnumerable bindableObjects ) : void | ||
control | object | Control to bind to. |
bindableObjects | IEnumerable | List of Domain objects to bind. |
Результат | void |
public static Bind ( object control, IEnumerable bindableObjects, bool isPostback ) : void | ||
control | object | Control to bind to. |
bindableObjects | IEnumerable | List of Domain objects to bind. |
isPostback | bool | True if this is a repeatation. |
Результат | void |
public static Bind ( object control, object bindableObject ) : void | ||
control | object | Control to bind to. |
bindableObject | object | Domain object to bind. |
Результат | void |
public static Bind ( object control, object bindableObject, bool isPostback ) : void | ||
control | object | Control to bind to. |
bindableObject | object | Domain object to bind. |
isPostback | bool | True if this is a repeatation. |
Результат | void |
public static GetListFor ( |
||
property | ||
Результат | IEnumerable |
public static Persist ( object bindableObject, object control ) : void | ||
bindableObject | object | The object to persist. |
control | object | The control where the object will be persisted. |
Результат | void |
public static RegisterScope ( |
||
property | ||
collection | Func |
|
Результат | void |
public static UnregisterScope ( |
||
property | ||
Результат | void |