Click or drag to resize

SpecifyParametersFormPropertyImpl Constructor

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public PropertyImpl(
	SpecifyParametersForm owner,
	string name,
	MetadataTypeInfo type,
	IList<Attribute> attributes,
	string category,
	Object value
)

Parameters

owner
Type: NeoAxis.EditorSpecifyParametersForm
name
Type: SystemString
type
Type: NeoAxisMetadataTypeInfo
attributes
Type: System.Collections.GenericIListAttribute
category
Type: SystemString
value
Type: SystemObject
See Also