C# Class PaymillWrapper.Utils.EnumBaseType

ファイルを表示 Open project: paymill/paymill-net Class Usage Examples

Public Methods

Method Description
GetItemByValue ( String value, Type t ) : EnumBaseType
GetUnknown ( String value, Type t ) : EnumBaseType
ToString ( ) : String

Protected Methods

Method Description
EnumBaseType ( String value, System.Boolean unknowValue = false ) : System

Method Details

EnumBaseType() protected method

protected EnumBaseType ( String value, System.Boolean unknowValue = false ) : System
value String
unknowValue System.Boolean
return System

GetItemByValue() public static method

public static GetItemByValue ( String value, Type t ) : EnumBaseType
value String
t System.Type
return EnumBaseType

GetUnknown() public static method

public static GetUnknown ( String value, Type t ) : EnumBaseType
value String
t System.Type
return EnumBaseType

ToString() public method

public ToString ( ) : String
return String