IStringEnum Interface

Definition

Interface that describes a string-based enumeration. String-based enumerations are serialized simply as their Value.

public interface IStringEnum
type IStringEnum = interface
Public Interface IStringEnum
Derived

Remarks

When implementing this interface, a constructor that takes a single string as parameters is required by StringEnumConverter<TStringEnumType>.

Properties

Value

Gets the value of the enumeration.

Applies to