Search results for query: *

  • Users: webdev_mu
  • Content: Threads
  • Order by date
  1. W

    Question Issues with sorting a Generic Collection

    We use a custom collection derived from CollectionBase to store our Business objects Public Class BECollection(Of t As AbstractEntity) Inherits CollectionBase AbstractEntity is the class all our Business entity classes originate from. Things are looking good, except for some issues we are...
  2. W

    Serialization Question

    Running into an issue with some functionality I'm trying to develop. Client uses a series of Business objects (entities like Order, Customer, etc) that all inherit from the MustInherit class called AbstractEntity. There is a desire to add some logging/audit functionality to this class, so...
Back
Top