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
msdn2017/pubproperty Active (inherited from LogicControllerBase).
msdn2017/pubproperty Application (inherited from LogicControllerBase).
msdn2017/pubproperty Frame (inherited from LogicControllerBase).
msdn2017/pubproperty IsDisposed (inherited from DisposableExtBase).
msdn2017/pubproperty Service (inherited from CommonServiceLogicControllerBase<TService>).
msdn2017/pubproperty TargetType Gets type of business object target. (inherited from LogicControllerBase).
msdn2017/pubproperty TargetViewId (inherited from LogicControllerBase).
msdn2017/pubproperty TargetViewNesting (inherited from LogicControllerBase).
msdn2017/pubproperty TypeOfView (inherited from LogicControllerBase).
msdn2017/pubproperty View (inherited from CommonServiceLogicControllerBase<TService, T, TView>).
msdn2017/pubproperty ViewController (inherited from LogicControllerBase).
Top
Name Description
msdn2017/protmethod CheckIsDisposed() (inherited from DisposableExtBase).
msdn2017/pubmethod Clone() (inherited from LogicControllerBase).
msdn2017/pubmethod Dispose() (inherited from DisposableExtBase).
msdn2017/protmethod DisposeCore() (inherited from DisposableExtBase).
msdn2017/pubmethod OnActivated(LogicControllerViewController) Obsolete. Processing logic placed in this method when LogicControllerViewController.OnActivated() executing. (inherited from LogicControllerBase).
msdn2017/pubmethod OnDeactivated(LogicControllerViewController) Obsolete. Processing logic placed in this method when LogicControllerViewController.OnDeactivated() executing. (inherited from LogicControllerBase).
msdn2017/pubmethod OnViewControlsCreated(LogicControllerViewController) Obsolete. Processing logic placed in this method when LogicControllerViewController.OnViewControlsCreated() executing. (inherited from LogicControllerBase).
msdn2017/pubmethod ToString() Returns a string that represents the current object. (inherited from LogicControllerBase).
Top
Name Description
msdn2017/pubextensionmethod ActiveScope(this IActiveProvider, bool, string) Creates ActiveScope instance for specified activeProvider and specified active value. (Defined by XafariExtensions).
msdn2017/pubextensionmethod GetListValueByTerm<TDetails>(this object, string) Obsolete. (Defined by TypeExtensions).
msdn2017/pubextensionmethod GetValueByTerm<TValue>(this object, string) Obsolete. (Defined by TypeExtensions).
msdn2017/pubextensionmethod Session(this object, bool) Obsolete. Returns Session for specified object. (Defined by SessionExtensions).
msdn2017/pubextensionmethod SetValueByTerm<TValue>(this object, string, TValue) Obsolete. (Defined by TypeExtensions).
Top
Name Description
msdn2017/pubevent Disposed (inherited from DisposableExtBase).
msdn2017/pubevent Disposing (inherited from DisposableExtBase).
Top
Name Description
msdn2017/protfield IsDisposing (inherited from DisposableExtBase).
Top

.NET Framework Client Profile

Supported in: 4, 3.5 SP1