Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Waher.Persistence.FlagSource Class Reference

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...
 

Detailed Description

Source of code flagging a collection for repair.

Definition at line 8 of file FlagSource.cs.

Constructor & Destructor Documentation

◆ FlagSource()

Waher.Persistence.FlagSource.FlagSource ( string  Reason,
string  StackTrace,
int  Count 
)

Source of code flagging a collection for repair.

Parameters
ReasonReason for flagging collection.
StackTraceStack trace of source flagging the collection.
CountNumber of times the collection has been flagged from this source.

Definition at line 20 of file FlagSource.cs.

Member Function Documentation

◆ Equals()

override bool Waher.Persistence.FlagSource.Equals ( object  obj)

Definition at line 56 of file FlagSource.cs.

◆ GetHashCode()

override int Waher.Persistence.FlagSource.GetHashCode ( )

Definition at line 47 of file FlagSource.cs.

Property Documentation

◆ Count

int Waher.Persistence.FlagSource.Count
getset

Number of times the collection has been flagged from this source.

Definition at line 40 of file FlagSource.cs.

◆ Reason

string Waher.Persistence.FlagSource.Reason
get

Reason for flagging collection.

Definition at line 30 of file FlagSource.cs.

◆ StackTrace

string Waher.Persistence.FlagSource.StackTrace
get

Stack trace of source flagging the collection.

Definition at line 35 of file FlagSource.cs.


The documentation for this class was generated from the following file: