Creates a collection of documents.
Object Model
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
See Also