Click or drag to resize

PropertyGridControllerValueInfo(String, Type, MethodInfo, Object, IMVCAController) Constructor

Initializes a new instance of the PropertyGridControllerValueInfo class

Namespace: Altaxo.Gui.Common.PropertyGrid
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public ValueInfo(
	string name,
	Type valueType,
	MethodInfo method,
	Object? value,
	IMVCAController controller
)

Parameters

name  String

[Missing <param name="name"/> documentation for "M:Altaxo.Gui.Common.PropertyGrid.PropertyGridController.ValueInfo.#ctor(System.String,System.Type,System.Reflection.MethodInfo,System.Object,Altaxo.Gui.IMVCAController)"]

valueType  Type

[Missing <param name="valueType"/> documentation for "M:Altaxo.Gui.Common.PropertyGrid.PropertyGridController.ValueInfo.#ctor(System.String,System.Type,System.Reflection.MethodInfo,System.Object,Altaxo.Gui.IMVCAController)"]

method  MethodInfo

[Missing <param name="method"/> documentation for "M:Altaxo.Gui.Common.PropertyGrid.PropertyGridController.ValueInfo.#ctor(System.String,System.Type,System.Reflection.MethodInfo,System.Object,Altaxo.Gui.IMVCAController)"]

value  Object

[Missing <param name="value"/> documentation for "M:Altaxo.Gui.Common.PropertyGrid.PropertyGridController.ValueInfo.#ctor(System.String,System.Type,System.Reflection.MethodInfo,System.Object,Altaxo.Gui.IMVCAController)"]

controller  IMVCAController

[Missing <param name="controller"/> documentation for "M:Altaxo.Gui.Common.PropertyGrid.PropertyGridController.ValueInfo.#ctor(System.String,System.Type,System.Reflection.MethodInfo,System.Object,Altaxo.Gui.IMVCAController)"]

See Also