Skip to main content

EnumInfo

Assembly: ServiceStack.Text.dll
View Source
Declaration
public class EnumInfo

Methods

GetEnumInfo(Type)

View Source
Declaration
public static EnumInfo GetEnumInfo(Type type)
Returns

ServiceStack.Text.EnumInfo

Parameters
TypeName
System.Typetype

GetSerializedValue(Object)

View Source
Declaration
public object GetSerializedValue(object enumValue)
Returns

System.Object

Parameters
TypeName
System.ObjectenumValue

Parse(String)

View Source
Declaration
public object Parse(string serializedValue)
Returns

System.Object

Parameters
TypeName
System.StringserializedValue