DataAccessLogicController Class
Namespace:
Xafari.BC.Controllers
Assembly: Xafari.BC (in Xafari.BC.dll)
- c#
- VB
public class DataAccessLogicController : CommonServiceLogicControllerBase<DataAccessorService, object, ListView>
Public Class DataAccessLogicController
Inherits CommonServiceLogicControllerBase(Of DataAccessorService, Object, ListView)
End Class
Name | Description | |
---|---|---|
![]() |
Active | (inherited from LogicControllerBase). |
![]() |
Application | (inherited from LogicControllerBase). |
![]() |
Frame | (inherited from LogicControllerBase). |
![]() |
IsDisposed | (inherited from DisposableExtBase). |
![]() |
Service | (inherited from CommonServiceLogicControllerBase<TService>). |
![]() |
TargetType | Gets type of business object target. (inherited from LogicControllerBase). |
![]() |
TargetViewId | (inherited from LogicControllerBase). |
![]() |
TargetViewNesting | (inherited from LogicControllerBase). |
![]() |
TypeOfView | (inherited from LogicControllerBase). |
![]() |
View | (inherited from CommonServiceLogicControllerBase<TService, T, TView>). |
![]() |
ViewController | (inherited from LogicControllerBase). |
Name | Description | |
---|---|---|
![]() |
CheckIsDisposed() | (inherited from DisposableExtBase). |
![]() |
Clone() | (inherited from LogicControllerBase). |
![]() |
Dispose() | (inherited from DisposableExtBase). |
![]() |
DisposeCore() | (inherited from DisposableExtBase). |
![]() |
OnActivated(LogicControllerViewController) |
Obsolete.
Processing logic placed in this method when LogicControllerViewController.OnActivated() executing.
(inherited from LogicControllerBase).
|
![]() |
OnDeactivated(LogicControllerViewController) |
Obsolete.
Processing logic placed in this method when LogicControllerViewController.OnDeactivated() executing.
(inherited from LogicControllerBase).
|
![]() |
OnViewControlsCreated(LogicControllerViewController) |
Obsolete.
Processing logic placed in this method when LogicControllerViewController.OnViewControlsCreated() executing.
(inherited from LogicControllerBase).
|
![]() |
ToString() | Returns a string that represents the current object. (inherited from LogicControllerBase). |
Name | Description | |
---|---|---|
![]() |
ActiveScope(this IActiveProvider, bool, string) | Creates ActiveScope instance for specified activeProvider and specified active value. (Defined by XafariExtensions). |
![]() |
GetListValueByTerm<TDetails>(this object, string) | Obsolete. (Defined by TypeExtensions). |
![]() |
GetValueByTerm<TValue>(this object, string) | Obsolete. (Defined by TypeExtensions). |
![]() |
Session(this object, bool) | Obsolete. Returns Session for specified object. (Defined by SessionExtensions). |
![]() |
SetValueByTerm<TValue>(this object, string, TValue) | Obsolete. (Defined by TypeExtensions). |
Name | Description | |
---|---|---|
![]() |
Disposed | (inherited from DisposableExtBase). |
![]() |
Disposing | (inherited from DisposableExtBase). |
Name | Description | |
---|---|---|
![]() |
IsDisposing | (inherited from DisposableExtBase). |
Xafari.BC.Controllers.DataAccessLogicController