public PresentationEntityCollection(Payanar.SS.Net.Libraries.Common.IObserver observer, Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresenter presenter, Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresentationEntityFactory presentationEntityFactory, Payanar.SS.Net.Libraries.BusinessLayer.Interfaces.IBusinessObjectCollection businessObjectCollection, Payanar.SS.Net.Libraries.Common.IParent parent)
     : base(observer, presenter, presentationEntityFactory, businessObjectCollection, parent)
 {
 }
Exemple #2
0
 public User(Payanar.SS.Net.Libraries.Common.IParent parrent)
     : base(parrent)
 {
 }
Exemple #3
0
 public BusinessEntity(Payanar.SS.Net.Libraries.Common.IParent parent)
     : base(parent)
 {
 }
Exemple #4
0
 public PresentationEntity(Payanar.SS.Net.Libraries.Common.IObserver observer, Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresenter presenter, Payanar.SS.Net.Libraries.BusinessLayer.Interfaces.IBusinessObject businessObject, Payanar.SS.Net.Libraries.Common.IParent parent)
     : base(observer, presenter, businessObject, parent)
 {
 }
Exemple #5
0
 public BusinessObject(Payanar.SS.Net.Libraries.BusinessEntity.Interfaces.IBusinessEntityFactory businessEntityFactory, Payanar.SS.Net.Libraries.DatabaseLayer.Interfaces.IDatabaseAgentFactory databaseAgentFactory, Payanar.SS.Net.Libraries.Common.IParent parent)
     : base(businessEntityFactory, databaseAgentFactory, parent)
 {
 }
Exemple #6
0
 public PresentationEntity(Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresenter presenter, Payanar.SS.Net.Libraries.BusinessLayer.Interfaces.IBusinessObject businessObject, Payanar.SS.Net.Libraries.Common.IParent parent)
     : this()
 {
 }
Exemple #7
0
 public PresentationEntity(IPresenter presenter, Payanar.SS.Net.Libraries.BusinessLayer.Interfaces.IBusinessObjectFactory businessObjectFactory, Payanar.SS.Net.Libraries.Common.IParent parent)
     : base(presenter, businessObjectFactory, parent)
 {
 }
Exemple #8
0
 public Presenter(Payanar.SS.Net.Libraries.Common.IObserver observer, Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IView view, Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresentationEntityFactory presentationEntityFactory, Payanar.SS.Net.Libraries.Common.IParent parent)
     : base(observer, view, presentationEntityFactory, parent)
 {
 }
Exemple #9
0
 public Presenter(Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IView view, Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresentationEntity presentationEntity, Payanar.SS.Net.Libraries.Common.IParent parent)
     : base(view, presentationEntity, parent)
 {
 }
Exemple #10
0
 public TransientEntity(Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresenter presenter, IBusinessObject businessObject, Payanar.SS.Net.Libraries.Common.IParent parent)
     : base(presenter, businessObject, parent)
 {
 }