EnumInfo
Assembly: ServiceStack.Text.dll
View Source
Declaration
public class EnumInfo
Methods
GetEnumInfo(Type)
View Source
Declaration
public static EnumInfo GetEnumInfo(Type type)
Returns
Parameters
| Type | Name |
|---|---|
System.Type | type |
GetSerializedValue(Object)
View Source
Declaration
public object GetSerializedValue(object enumValue)
Returns
System.Object
Parameters
| Type | Name |
|---|---|
System.Object | enumValue |
Parse(String)
View Source
Declaration
public object Parse(string serializedValue)
Returns
System.Object
Parameters
| Type | Name |
|---|---|
System.String | serializedValue |