C# Class Deveel.Configuration.TypeHandler

Afficher le fichier Open project: deveel/deveel-cli

Méthodes publiques

Méthode 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 méthode

public static CreateDateTime ( String str ) : System.DateTime
str String
Résultat System.DateTime

CreateFile() public static méthode

public static CreateFile ( String str ) : FileInfo
str String
Résultat System.IO.FileInfo

CreateNumber() public static méthode

public static CreateNumber ( String str ) : object
str String
Résultat object

CreateType() public static méthode

public static CreateType ( String typeName ) : Type
typeName String
Résultat System.Type

CreateUri() public static méthode

public static CreateUri ( String str ) : Uri
str String
Résultat System.Uri

CreateValue() public static méthode

public static CreateValue ( string str, OptionType type ) : Object
str string
type OptionType
Résultat Object

CreateValue() public static méthode

public static CreateValue ( String typeName ) : object
typeName String
Résultat object