Class ReputationEventType
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Catalyst.Abstractions.Types
Assembly: Catalyst.Abstractions.dll
Syntax
public class ReputationEventType : Enumeration, IReputationEvents, IEnumeration, IEquatable<Enumeration>
Fields
| Improve this Doc View SourceInvalidMessageSignature
Declaration
public static readonly ReputationEventType InvalidMessageSignature
Field Value
Type | Description |
---|---|
ReputationEventType |
NoResponseReceived
Declaration
public static readonly ReputationEventType NoResponseReceived
Field Value
Type | Description |
---|---|
ReputationEventType |
ResponseReceived
Declaration
public static readonly ReputationEventType ResponseReceived
Field Value
Type | Description |
---|---|
ReputationEventType |
UnCorrelatableMessage
Declaration
public static readonly ReputationEventType UnCorrelatableMessage
Field Value
Type | Description |
---|---|
ReputationEventType |
Properties
| Improve this Doc View SourceAmount
Declaration
public int Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Implements
System.IEquatable<T>