프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |