Selerix Developer Tools
DocumentCollection Class
Members 






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace : DocumentCollection Class
Creates a collection of documents.
Object Model
DocumentCollection ClassDocument ClassBinaryDataType ClassApplicant ClassForm ClassNoteCollection ClassDocumentCollection ClassDocument ClassDocumentCollection Class
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
Public Class DocumentCollection 
   Inherits Selerix.Foundation.Data.EntityCollection(Of Document)
   Implements System.Collections.Generic.IEnumerable(Of Document), System.Collections.IEnumerable 
'Usage
 
Dim instance As DocumentCollection
[DefaultMember("Item")]
public class DocumentCollection : Selerix.Foundation.Data.EntityCollection<Document>, System.Collections.Generic.IEnumerable<Document>, System.Collections.IEnumerable  
public class DocumentCollection = class(Selerix.Foundation.Data.EntityCollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable)
DefaultMemberAttribute("Item")
public class DocumentCollection extends Selerix.Foundation.Data.EntityCollection implements System.Collections.Generic.IEnumerable, System.Collections.IEnumerable 
[DefaultMember("Item")]
public __gc class DocumentCollection : public Selerix.Foundation.Data.EntityCollection<Document>, System.Collections.Generic.IEnumerable<Document>, System.Collections.IEnumerable  
[DefaultMember("Item")]
public ref class DocumentCollection : public Selerix.Foundation.Data.EntityCollection<Document>, System.Collections.Generic.IEnumerable<Document>, System.Collections.IEnumerable  
Inheritance Hierarchy

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

See Also

Reference

DocumentCollection Members
Selerix.BusinessObjects Namespace