![]() |
Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
|
Source of code flagging a collection for repair. More...
Public Member Functions | |
| FlagSource (string Reason, string StackTrace, int Count) | |
| Source of code flagging a collection for repair. More... | |
| override int | GetHashCode () |
| override bool | Equals (object obj) |
Properties | |
| string | Reason [get] |
| Reason for flagging collection. More... | |
| string | StackTrace [get] |
| Stack trace of source flagging the collection. More... | |
| int | Count [get, set] |
| Number of times the collection has been flagged from this source. More... | |
Source of code flagging a collection for repair.
Definition at line 8 of file FlagSource.cs.
| Waher.Persistence.FlagSource.FlagSource | ( | string | Reason, |
| string | StackTrace, | ||
| int | Count | ||
| ) |
Source of code flagging a collection for repair.
| Reason | Reason for flagging collection. |
| StackTrace | Stack trace of source flagging the collection. |
| Count | Number of times the collection has been flagged from this source. |
Definition at line 20 of file FlagSource.cs.
| override bool Waher.Persistence.FlagSource.Equals | ( | object | obj | ) |
Definition at line 56 of file FlagSource.cs.
| override int Waher.Persistence.FlagSource.GetHashCode | ( | ) |
Definition at line 47 of file FlagSource.cs.
|
getset |
Number of times the collection has been flagged from this source.
Definition at line 40 of file FlagSource.cs.
|
get |
Reason for flagging collection.
Definition at line 30 of file FlagSource.cs.
|
get |
Stack trace of source flagging the collection.
Definition at line 35 of file FlagSource.cs.