Creates the collection of attachment objects.
Object Model
Syntax
'Declaration
Public Class AttachmentCollection
Inherits Selerix.Foundation.Data.EntityCollection(Of Attachment)
Implements System.Collections.Generic.IEnumerable(Of Attachment), System.Collections.IEnumerable
'Usage
Dim instance As AttachmentCollection
public class AttachmentCollection : Selerix.Foundation.Data.EntityCollection<Attachment>, System.Collections.Generic.IEnumerable<Attachment>, System.Collections.IEnumerable
public class AttachmentCollection = class(Selerix.Foundation.Data.EntityCollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable)
public class AttachmentCollection extends Selerix.Foundation.Data.EntityCollection implements System.Collections.Generic.IEnumerable, System.Collections.IEnumerable
public __gc class AttachmentCollection : public Selerix.Foundation.Data.EntityCollection<Attachment>, System.Collections.Generic.IEnumerable<Attachment>, System.Collections.IEnumerable
public ref class AttachmentCollection : public Selerix.Foundation.Data.EntityCollection<Attachment>, System.Collections.Generic.IEnumerable<Attachment>, System.Collections.IEnumerable
Inheritance Hierarchy
See Also