C# Class LitDev.FormPropertyGrid

Afficher le fichier Open project: litdev1/LitDev Class Usage Examples

Méthodes publiques

Méthode Description
Display ( Primitive rootObject ) : void
FormPropertyGrid ( ) : System
GetProperties ( Primitive rootObject ) : Primitive
GetProperty ( Primitive objectPath ) : string
SetProperty ( Primitive objectPath, Primitive value ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
GetType ( string typeName ) : Type
GetTypes ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

getProperties ( Object obj, Property parent ) : void

Method Details

Display() public méthode

public Display ( Primitive rootObject ) : void
rootObject Primitive
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

FormPropertyGrid() public méthode

public FormPropertyGrid ( ) : System
Résultat System

GetProperties() public méthode

public GetProperties ( Primitive rootObject ) : Primitive
rootObject Primitive
Résultat Primitive

GetProperty() public méthode

public GetProperty ( Primitive objectPath ) : string
objectPath Primitive
Résultat string

SetProperty() public méthode

public SetProperty ( Primitive objectPath, Primitive value ) : void
objectPath Primitive
value Primitive
Résultat void