C# Class RuntimeObjectEditor.TextFieldResolver

Inheritance: RuntimeObjectEditor.Resolver
Afficher le fichier Open project: hwthon/runtime-object-editor

Méthodes publiques

Méthode Description
Available ( System.Type type ) : bool
Instantiate ( object model, FieldInfo fieldInfo ) : RuntimeObjectEditor.Viewer

Method Details

Available() public méthode

public Available ( System.Type type ) : bool
type System.Type
Résultat bool

Instantiate() public méthode

public Instantiate ( object model, FieldInfo fieldInfo ) : RuntimeObjectEditor.Viewer
model object
fieldInfo FieldInfo
Résultat RuntimeObjectEditor.Viewer