The ReportBuildLog type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| ReportBuildLog | Initializes a new instance of the ReportBuildLog class |
Methods
| Name | Description | |
|---|---|---|
| Add | Adds the specified key and value to the dictionary. (Inherited from | |
| Clear | Removes all keys and values from the (Inherited from | |
| ContainsKey | Determines whether the (Inherited from | |
| ContainsValue | Determines whether the (Inherited from | |
| (Inherited from | ||
Allows an (Inherited from | ||
| GetEnumerator | Returns an enumerator that iterates through the (Inherited from | |
| GetErrorCount |
Function gets the Error Count.
| |
Serves as a hash function for a particular type. (Inherited from | ||
| GetObjectData | Implements the (Inherited from | |
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| OnDeserialization | Implements the (Inherited from | |
| Remove | Removes the value with the specified key from the (Inherited from | |
| ToString | (Overrides | |
| TryGetValue | Gets the value associated with the specified key. (Inherited from | |
| Write |
Writes to the Report Build Log.
|
Properties
| Name | Description | |
|---|---|---|
| Comparer | Gets the IEqualityComparer T that is used to determine equality of keys for the dictionary. (Inherited from | |
| Count | Gets the number of key/value pairs contained in the (Inherited from | |
| HasErrors |
Property returns True if the Log has Errors. Read-only.
| |
| Item | Gets or sets the value associated with the specified key. (Inherited from | |
| Keys | Gets a collection containing the keys in the (Inherited from | |
| Values | Gets a collection containing the values in the (Inherited from |
See Also