C# 클래스 Deveel.Configuration.TypeHandler

파일 보기 프로젝트 열기: deveel/deveel-cli

공개 메소드들

메소드 설명
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

메소드 상세

CreateDateTime() 공개 정적인 메소드

public static CreateDateTime ( String str ) : System.DateTime
str String
리턴 System.DateTime

CreateFile() 공개 정적인 메소드

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

CreateNumber() 공개 정적인 메소드

public static CreateNumber ( String str ) : object
str String
리턴 object

CreateType() 공개 정적인 메소드

public static CreateType ( String typeName ) : Type
typeName String
리턴 System.Type

CreateUri() 공개 정적인 메소드

public static CreateUri ( String str ) : Uri
str String
리턴 System.Uri

CreateValue() 공개 정적인 메소드

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

CreateValue() 공개 정적인 메소드

public static CreateValue ( String typeName ) : object
typeName String
리턴 object