Enum ControlDirection
[DataContract]
[JsonConverter(typeof(StringEnumConverter))]
public enum ControlDirection
- Extension Methods
Fields
[EnumMember(Value = "both")] Both = 1
[EnumMember(Value = "inbound")] Inbound = 2
[DataContract]
[JsonConverter(typeof(StringEnumConverter))]
public enum ControlDirection
[EnumMember(Value = "both")]
Both = 1
[EnumMember(Value = "inbound")]
Inbound = 2