Class NeighbourStateTypes
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 NeighbourStateTypes : Enumeration, IEnumeration, IEquatable<Enumeration>
Fields
| Improve this Doc View SourceContacted
Declaration
public static readonly NeighbourStateTypes Contacted
Field Value
Type | Description |
---|---|
NeighbourStateTypes |
NotContacted
Declaration
public static readonly NeighbourStateTypes NotContacted
Field Value
Type | Description |
---|---|
NeighbourStateTypes |
Responsive
Declaration
public static readonly NeighbourStateTypes Responsive
Field Value
Type | Description |
---|---|
NeighbourStateTypes |
UnResponsive
Declaration
public static readonly NeighbourStateTypes UnResponsive
Field Value
Type | Description |
---|---|
NeighbourStateTypes |
Implements
System.IEquatable<T>