C# Class LitDev.FormPropertyGrid

Show file Open project: litdev1/LitDev Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

public Display ( Primitive rootObject ) : void
rootObject Primitive
return void

Dispose() protected method

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

FormPropertyGrid() public method

public FormPropertyGrid ( ) : System
return System

GetProperties() public method

public GetProperties ( Primitive rootObject ) : Primitive
rootObject Primitive
return Primitive

GetProperty() public method

public GetProperty ( Primitive objectPath ) : string
objectPath Primitive
return string

SetProperty() public method

public SetProperty ( Primitive objectPath, Primitive value ) : void
objectPath Primitive
value Primitive
return void