Click or drag to resize
NullableEnumStringMapperT Class
Static class for mapping between strings and nullable enums. Uses a cache internally to speed lookups.
Inheritance Hierarchy
SystemObject
  Cassandra.Mapping.TypeConversionNullableEnumStringMapperT

Namespace: Cassandra.Mapping.TypeConversion
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.5 (git 25b8d4e)
Syntax
C#
public static class NullableEnumStringMapper<T>

Type Parameters

T

The NullableEnumStringMapperT type exposes the following members.

Methods
  NameDescription
Public methodStatic memberMapEnumToString
Converts a nullable enum value of Type T to a string.
Public methodStatic memberMapStringToEnum
Converts a string value to a nullable enum value of Type T.
Top
See Also