AJE Components
DataReports MembersAJE Data Asset Engine Help

The DataReports type exposes the following members.
Constructors

  NameDescription
Public methodDataReports
Initializes a new instance of the DataReports class
Back to Top
Methods

  NameDescription
Public methodOnlineAdd(T) (Inherited from OnlineList DataReport .)
Public methodAdd(Object, String) (Inherited from EngineCollectionBase DataReport .)
Public methodOnlineAddRange (Inherited from OnlineList DataReport .)
Public methodAmend(Object, String) (Inherited from EngineCollectionBase DataReport .)
Public methodAmend(Object, Object) (Inherited from EngineCollectionBase DataReport .)
Public methodOnlineAsReadOnly (Inherited from OnlineList DataReport .)
Public methodOnlineBinarySearch(T) (Inherited from OnlineList DataReport .)
Public methodOnlineBinarySearch(T, IComparer T )
Searches the entire sorted OnlineList T  for an element using the specified comparer and returns the zero-based index of the element.
(Inherited from OnlineList DataReport .)
Public methodOnlineBinarySearch(Int32, Int32, T, IComparer T )
Searches a range of elements in the sorted OnlineList T  for an element using the specified comparer and returns the zero-based index of the element.
(Inherited from OnlineList DataReport .)
Public methodOnlineClear (Inherited from OnlineList DataReport .)
Public methodClearData (Inherited from EngineDataCollectionBase DataReport .)
Public methodClose (Inherited from EngineDataCollectionBase DataReport .)
Public methodCloseConnections
Public methodContains(String) (Inherited from EngineCollectionBase DataReport .)
Public methodContains(Object) (Inherited from EngineCollectionBase DataReport .)
Public methodOnlineContains(T) (Inherited from OnlineList DataReport .)
Public methodOnlineConvertAll TOutput  (Inherited from OnlineList DataReport .)
Public methodCopy (Inherited from EngineCollectionBase DataReport .)
Public methodOnlineCopyTo( T ) (Inherited from OnlineList DataReport .)
Public methodOnlineCopyTo( T , Int32) (Inherited from OnlineList DataReport .)
Public methodOnlineCopyTo(Int32,  T , Int32, Int32)
Copies a range of elements from the OnlineList T  to a compatible one-dimensional array, starting at the specified index of the target array.
(Inherited from OnlineList DataReport .)
Public methodDeserialize(String) (Inherited from EngineCollectionBase DataReport .)
Public methodDeserialize(XmlDocument) (Inherited from EngineCollectionBase DataReport .)
Public methodDeserialize(TextReader) (Inherited from EngineCollectionBase DataReport .)
Public methodDeserializeFile(String) (Inherited from EngineCollectionBase DataReport .)
Public methodDeserializeFile(String, Encoding) (Inherited from EngineCollectionBase DataReport .)
Public methodDispose  (Inherited from EngineDataCollectionBase DataReport .)
Protected methodDispose(Boolean) (Inherited from EngineDataCollectionBase DataReport .)
Public methodDumpText (Inherited from EngineCollectionBase DataReport .)
Public methodDumpXML (Inherited from EngineCollectionBase DataReport .)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodExists(Int32) (Inherited from EngineCollectionBase DataReport .)
Public methodExists(String) (Inherited from EngineCollectionBase DataReport .)
Public methodExists(Guid) (Inherited from EngineCollectionBase DataReport .)
Public methodOnlineExists(Predicate T ) (Inherited from OnlineList DataReport .)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineFind
Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire OnlineList T .
(Inherited from OnlineList DataReport .)
Public methodOnlineFindAll
Retrieves all the elements that match the conditions defined by the specified predicate.
(Inherited from OnlineList DataReport .)
Public methodOnlineFindIndex(Predicate T )
Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence within the entire OnlineList T .
(Inherited from OnlineList DataReport .)
Public methodOnlineFindIndex(Int32, Predicate T )
Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence within the range of elements in the OnlineList T  that extends from the specified index to the last element.
(Inherited from OnlineList DataReport .)
Public methodOnlineFindIndex(Int32, Int32, Predicate T )
Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence within the range of elements in the OnlineList T  that starts at the specified index and contains the specified number of elements.
(Inherited from OnlineList DataReport .)
Public methodOnlineFindLast
Searches for an element that matches the conditions defined by the specified predicate, and returns the last occurrence within the entire OnlineList T .
(Inherited from OnlineList DataReport .)
Public methodOnlineFindLastIndex(Predicate T )
Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the last occurrence within the entire OnlineList T .
(Inherited from OnlineList DataReport .)
Public methodOnlineFindLastIndex(Int32, Predicate T )
Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the last occurrence within the range of elements in the OnlineList T  that extends from the first element to the specified index.
(Inherited from OnlineList DataReport .)
Public methodOnlineFindLastIndex(Int32, Int32, Predicate T )
Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the last occurrence within the range of elements in the OnlineList T  that contains the specified number of elements and ends at the specified index.
(Inherited from OnlineList DataReport .)
Public methodOnlineForEach (Inherited from OnlineList DataReport .)
Public methodGetCSV (Inherited from EngineCollectionBase DataReport .)
Public methodOnlineGetEnumerator (Inherited from OnlineList DataReport .)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodGetItem (Inherited from EngineCollectionBase DataReport .)
Public methodGetNextIndex (Inherited from EngineCollectionBase DataReport .)
Public methodOnlineGetRange (Inherited from OnlineList DataReport .)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodOnlineIndexOf(T) (Inherited from OnlineList DataReport .)
Public methodOnlineIndexOf(T, Int32)
Searches for the specified object and returns the zero-based index of the first occurrence within the range of elements in the OnlineList T  that extends from the specified index to the last element.
(Inherited from OnlineList DataReport .)
Public methodOnlineIndexOf(T, Int32, Int32)
Searches for the specified object and returns the zero-based index of the first occurrence within the range of elements in the OnlineList T  that starts at the specified index and contains the specified number of elements.
(Inherited from OnlineList DataReport .)
Public methodOnlineInsert(Int32, T) (Inherited from OnlineList DataReport .)
Public methodInsert(Int32, Object, String) (Inherited from EngineCollectionBase DataReport .)
Public methodOnlineInsertRange (Inherited from OnlineList DataReport .)
Public methodOnlineLastIndexOf(T) (Inherited from OnlineList DataReport .)
Public methodOnlineLastIndexOf(T, Int32)
Searches for the specified object and returns the zero-based index of the last occurrence within the range of elements in the OnlineList T  that extends from the first element to the specified index.
(Inherited from OnlineList DataReport .)
Public methodOnlineLastIndexOf(T, Int32, Int32)
Searches for the specified object and returns the zero-based index of the last occurrence within the range of elements in the OnlineList T  that contains the specified number of elements and ends at the specified index.
(Inherited from OnlineList DataReport .)
Public methodLoadAll
Loads the Collection with all the Data Reports.
Public methodLoadData(Int32, DataRowSortOrder) (Inherited from EngineDataCollectionBase DataReport .)
Public methodLoadData(String, Int32, DataRowSortOrder) (Inherited from EngineDataCollectionBase DataReport .)
Public methodLoadXML(String) (Inherited from EngineDataCollectionBase DataReport .)
Public methodLoadXML(Uri, Boolean) (Inherited from EngineDataCollectionBase DataReport .)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodMerge (Inherited from EngineCollectionBase DataReport .)
Public methodMoveFirst (Inherited from EngineCollectionBase DataReport .)
Public methodMoveLast (Inherited from EngineCollectionBase DataReport .)
Public methodMoveNext (Inherited from EngineCollectionBase DataReport .)
Public methodMovePrevious (Inherited from EngineCollectionBase DataReport .)
Public methodRefresh (Inherited from EngineCollectionBase DataReport .)
Public methodRemove(String) (Inherited from EngineCollectionBase DataReport .)
Public methodOnlineRemove(T) (Inherited from OnlineList DataReport .)
Public methodOnlineRemoveAll
Removes the all the elements that match the conditions defined by the specified predicate.
(Inherited from OnlineList DataReport .)
Public methodOnlineRemoveAt (Inherited from OnlineList DataReport .)
Public methodOnlineRemoveRange (Inherited from OnlineList DataReport .)
Public methodReset (Inherited from EngineCollectionBase DataReport .)
Public methodOnlineReverse  (Inherited from OnlineList DataReport .)
Public methodOnlineReverse(Int32, Int32)
Reverses the order of the elements in the specified range.
(Inherited from OnlineList DataReport .)
Public methodSaveCSV (Inherited from EngineCollectionBase DataReport .)
Public methodSaveData  (Inherited from EngineDataCollectionBase DataReport .)
Public methodSaveData(Boolean) (Inherited from EngineDataCollectionBase DataReport .)
Public methodSaveDataCSV (Inherited from EngineDataCollectionBase DataReport .)
Public methodSaveDataText (Inherited from EngineDataCollectionBase DataReport .)
Public methodSearch(Int32) (Inherited from EngineCollectionBase DataReport .)
Public methodSearch(String) (Inherited from EngineCollectionBase DataReport .)
Public methodSearch(Guid) (Inherited from EngineCollectionBase DataReport .)
Public methodSearch(Int32, Guid, EngineCollectionBase UTP ) (Inherited from EngineCollectionBase DataReport .)
Public methodSerialize  (Inherited from EngineCollectionBase DataReport .)
Public methodSerialize(Encoding) (Inherited from EngineCollectionBase DataReport .)
Public methodSerialize(String) (Inherited from EngineCollectionBase DataReport .)
Public methodSerialize(String, Encoding) (Inherited from EngineCollectionBase DataReport .)
Public methodSerializeMe (Inherited from EngineCollectionBase DataReport .)
Public methodSerializeToFile (Inherited from EngineCollectionBase DataReport .)
Public methodOnlineSort  (Inherited from OnlineList DataReport .)
Public methodOnlineSort(IComparer T ) (Inherited from OnlineList DataReport .)
Public methodOnlineSort(Comparison T ) (Inherited from OnlineList DataReport .)
Public methodOnlineSort(Int32, Int32, IComparer T ) (Inherited from OnlineList DataReport .)
Public methodSortCollection (Inherited from EngineCollectionBase DataReport .)
Public methodOnlineToArray (Inherited from OnlineList DataReport .)
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineTrimExcess (Inherited from OnlineList DataReport .)
Public methodOnlineTrueForAll (Inherited from OnlineList DataReport .)
Back to Top
Properties

  NameDescription
Public propertyOnlineCapacity
Gets or sets the total number of elements the internal data structure can hold without resizing.
(Inherited from OnlineList DataReport .)
Public propertyClassName (Inherited from EngineCollectionBase DataReport .)
Public propertyOnlineCount (Inherited from OnlineList DataReport .)
Public propertyCurrent (Inherited from EngineCollectionBase DataReport .)
Public propertyDataSet (Inherited from EngineDataCollectionBase DataReport .)
Public propertyDataTable (Inherited from EngineDataCollectionBase DataReport .)
Public propertyDisposed (Inherited from EngineDataCollectionBase DataReport .)
Public propertyIsEmpty (Inherited from EngineCollectionBase DataReport .)
Public propertyIsFirst (Inherited from EngineCollectionBase DataReport .)
Public propertyIsLast (Inherited from EngineCollectionBase DataReport .)
Public propertyItem (Inherited from EngineCollectionBase DataReport .)
Public propertyOnlineItem Int32 
Gets or sets the element at the specified index.
(Inherited from OnlineList DataReport .)
Public propertyItemObject (Inherited from EngineDataCollectionBase DataReport .)
Public propertyPosition (Inherited from EngineCollectionBase DataReport .)
Back to Top
See Also