DomainLogicBase<T> Class

NOTE: This member is now obsolete. Use classes Xafari.BC.DC.DomainLogics.Main<T> and Xafari.BC.DC.DomainLogics.Events<T> instead.

Base class for domain components logic.

Namespace: Xafari.BC.DC
Assembly: Xafari.BC (in Xafari.BC.dll)

  • c#
  • VB

[Obsolete("Use classes Xafari.BC.DC.DomainLogics.Main<T> and Xafari.BC.DC.DomainLogics.Events<T> instead.")] public abstract class DomainLogicBase<T> : IDisposable where T : class

<Obsolete("Use classes Xafari.BC.DC.DomainLogics.Main<T> and Xafari.BC.DC.DomainLogics.Events<T> instead.")> _
Public MustInherit Class DomainLogicBase(Of T As Class)
  Implements IDisposable
End Class

Name Description
msdn2017/pubproperty Session Current session in the case where the object implements ISessionProvider otherwise null.
Top
Name Description
msdn2017/pubmethod Dispose() Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
msdn2017/pubmethod OnDeleted()
Top

.NET Framework Client Profile

Supported in: 4, 3.5 SP1