Creates a collection of offerings.
Object Model
Syntax
'Declaration
<DefaultMemberAttribute("Item")>
Public Class OfferingCollection
Inherits Selerix.Foundation.Data.EntityCollection(Of Offering)
Implements System.Collections.Generic.IEnumerable(Of Offering), System.Collections.IEnumerable
'Usage
Dim instance As OfferingCollection
[DefaultMember("Item")]
public class OfferingCollection : Selerix.Foundation.Data.EntityCollection<Offering>, System.Collections.Generic.IEnumerable<Offering>, System.Collections.IEnumerable
public class OfferingCollection = class(Selerix.Foundation.Data.EntityCollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable)
DefaultMemberAttribute("Item")
public class OfferingCollection extends Selerix.Foundation.Data.EntityCollection implements System.Collections.Generic.IEnumerable, System.Collections.IEnumerable
[DefaultMember("Item")]
public __gc class OfferingCollection : public Selerix.Foundation.Data.EntityCollection<Offering>, System.Collections.Generic.IEnumerable<Offering>, System.Collections.IEnumerable
[DefaultMember("Item")]
public ref class OfferingCollection : public Selerix.Foundation.Data.EntityCollection<Offering>, System.Collections.Generic.IEnumerable<Offering>, System.Collections.IEnumerable
Inheritance Hierarchy
See Also