CSLA Inheritance
Old forum URL: forums.lhotka.net/forums/t/8096.aspx
richard44 posted on Saturday, December 05, 2009
Is there any sample of CSLA Inheritance using vb code?
I need a complete code like this.
Public MustInherit Class CustomBase(Of T As CustomBase(Of T))
Inherits BusinessBase(Of T)
Protected Sub New()
End Sub
End Class
I´d like to see OnDeserialized method how to works. I am following Chapter 7 of last Rocky`s book.
Thanks Richard
Copyright (c) Marimer LLC