AJE Components
ReportBuildLog MembersAJE Data Report Engine Help

The ReportBuildLog type exposes the following members.
Constructors

  NameDescription
Public methodReportBuildLog
Initializes a new instance of the ReportBuildLog class
Back to Top
Methods

  NameDescription
Public methodAdd
Adds the specified key and value to the dictionary.
(Inherited from OnlineDictionary OnlineString, ReportBuildItem .)
Public methodClear (Inherited from OnlineDictionary OnlineString, ReportBuildItem .)
Public methodContainsKey (Inherited from OnlineDictionary OnlineString, ReportBuildItem .)
Public methodContainsValue (Inherited from OnlineDictionary OnlineString, ReportBuildItem .)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
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 methodGetEnumerator (Inherited from OnlineDictionary OnlineString, ReportBuildItem .)
Public methodGetErrorCount
Function gets the Error Count.
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodGetObjectData (Inherited from OnlineDictionary OnlineString, ReportBuildItem .)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnDeserialization
Implements the OnlineISerializable interface and raises the deserialization event when the deserialization is complete.
(Inherited from OnlineDictionary OnlineString, ReportBuildItem .)
Public methodRemove (Inherited from OnlineDictionary OnlineString, ReportBuildItem .)
Public methodToString (Overrides OnlineObject ToString .)
Public methodTryGetValue
Gets the value associated with the specified key.
(Inherited from OnlineDictionary OnlineString, ReportBuildItem .)
Public methodWrite
Writes to the Report Build Log.
Back to Top
Properties

  NameDescription
Public propertyComparer
Gets the IEqualityComparer T  that is used to determine equality of keys for the dictionary.
(Inherited from OnlineDictionary OnlineString, ReportBuildItem .)
Public propertyCount (Inherited from OnlineDictionary OnlineString, ReportBuildItem .)
Public propertyHasErrors
Property returns True if the Log has Errors. Read-only.
Public propertyItem
Gets or sets the value associated with the specified key.
(Inherited from OnlineDictionary OnlineString, ReportBuildItem .)
Public propertyKeys (Inherited from OnlineDictionary OnlineString, ReportBuildItem .)
Public propertyValues (Inherited from OnlineDictionary OnlineString, ReportBuildItem .)
Back to Top
See Also