QueryObjectResult<T>
Namespace: TagBites.DB
Assembly: TagBites.DB.dll
Product: TagBites.DB v. 1.0.37
public class QueryObjectResult<T> : System.Collections.Generic.IList<T>, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.Collections.IList, System.Collections.ICollectionInheritance: object → QueryObjectResult<T>
Constructors
Section titled “Constructors”QueryObjectResult(QueryResult)
Section titled “QueryObjectResult(QueryResult)”public QueryObjectResult(QueryResult dataProvider)Parameters
Section titled “Parameters”dataProviderQueryResult
QueryObjectResult(QueryResult, QueryObjectResultPropertyResolver)
Section titled “QueryObjectResult(QueryResult, QueryObjectResultPropertyResolver)”public QueryObjectResult(QueryResult dataProvider, QueryObjectResultPropertyResolver customPropertyResolver)Parameters
Section titled “Parameters”dataProviderQueryResultcustomPropertyResolverQueryObjectResultPropertyResolver
QueryObjectResult(QueryResult, QueryObjectResultPropertyResolver, QueryObjectResultItemFiller<T>)
Section titled “QueryObjectResult(QueryResult, QueryObjectResultPropertyResolver, QueryObjectResultItemFiller<T>)”public QueryObjectResult(QueryResult dataProvider, QueryObjectResultPropertyResolver customPropertyResolver, QueryObjectResultItemFiller<T> filler)Parameters
Section titled “Parameters”dataProviderQueryResultcustomPropertyResolverQueryObjectResultPropertyResolverfillerQueryObjectResultItemFiller<T>
Properties
Section titled “Properties”public virtual int Count { get; }Property Value
Section titled “Property Value”Indexers
Section titled “Indexers”public T Item[int index] { get; }Property Value
Section titled “Property Value”T
Methods
Section titled “Methods”Contains(T)
Section titled “Contains(T)”public virtual bool Contains(T item)Parameters
Section titled “Parameters”itemT
Returns
Section titled “Returns”CopyTo(T[], int)
Section titled “CopyTo(T[], int)”public virtual void CopyTo(T[] array, int arrayIndex)Parameters
Section titled “Parameters”arrayT[]arrayIndexint
GetEnumerator()
Section titled “GetEnumerator()”public virtual IEnumerator<T> GetEnumerator()Returns
Section titled “Returns”IEnumerator<T>
IndexOf(T)
Section titled “IndexOf(T)”public virtual int IndexOf(T item)Parameters
Section titled “Parameters”itemT