Selerix Developer Tools
AttachmentCollection Class
Members 






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace : AttachmentCollection Class
Creates the collection of attachment objects.
Object Model
AttachmentCollection ClassAttachment ClassNoteCollection Class
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

System.Object
   Selerix.Foundation.Data.SmartList<T>
         Selerix.BusinessObjects.AttachmentCollection

See Also

Reference

AttachmentCollection Members
Selerix.BusinessObjects Namespace