C# Class Deveel.Configuration.TypeHandler

显示文件 Open project: deveel/deveel-cli

Public Methods

Method Description
CreateDateTime ( String str ) : System.DateTime
CreateFile ( String str ) : FileInfo
CreateNumber ( String str ) : object
CreateType ( String typeName ) : Type
CreateUri ( String str ) : Uri
CreateValue ( string str, OptionType type ) : Object
CreateValue ( String typeName ) : object

Method Details

CreateDateTime() public static method

public static CreateDateTime ( String str ) : System.DateTime
str String
return System.DateTime

CreateFile() public static method

public static CreateFile ( String str ) : FileInfo
str String
return System.IO.FileInfo

CreateNumber() public static method

public static CreateNumber ( String str ) : object
str String
return object

CreateType() public static method

public static CreateType ( String typeName ) : Type
typeName String
return System.Type

CreateUri() public static method

public static CreateUri ( String str ) : Uri
str String
return System.Uri

CreateValue() public static method

public static CreateValue ( string str, OptionType type ) : Object
str string
type OptionType
return Object

CreateValue() public static method

public static CreateValue ( String typeName ) : object
typeName String
return object