Click or drag to resize
FdfProperty Constructor (String, String, FdfValueType, FdfDictionary, Boolean, String, String, Boolean, Boolean)
Initializes a new instance of the FdfProperty class

Namespace: FDF.Common.Runtime
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public FdfProperty(
	string strName,
	string varName,
	FdfValueType varType,
	FdfDictionary varDictionary = null,
	bool boolIsReadOnly = true,
	string strCategory = "",
	string strDescription = "",
	bool boolVisible = true,
	bool boolReactive = false
)

Parameters

strName
Type: SystemString
varName
Type: SystemString
varType
Type: FDF.Common.RuntimeFdfValueType
varDictionary (Optional)
Type: FDF.Common.RuntimeFdfDictionary
boolIsReadOnly (Optional)
Type: SystemBoolean
strCategory (Optional)
Type: SystemString
strDescription (Optional)
Type: SystemString
boolVisible (Optional)
Type: SystemBoolean
boolReactive (Optional)
Type: SystemBoolean
See Also