Class Direction
public class Direction : EnumWrapper, IEquatable<EnumWrapper>
- Inheritance
-
Direction
- Implements
- Inherited Members
Properties
Both
public static Direction Both { get; }
Property Value
From
public static Direction From { get; }
Property Value
In
public static Direction In { get; }
Property Value
Out
public static Direction Out { get; }
Property Value
To
public static Direction To { get; }
Property Value
Methods
GetByValue(string)
Gets the Direction enumeration by value.
public static Direction GetByValue(string value)
Parameters
value
string