Click or drag to resize
FdfProperty Constructor (String, Object, String, String, String, FdfDictionary, Boolean, Boolean, 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,
	Object objValue,
	string varName,
	string strCategory,
	string strDescription = "",
	FdfDictionary varDictionary = null,
	bool boolReadOnly = false,
	bool boolPercentage = false,
	bool boolEncrypted = false,
	bool boolVisible = true
)

Parameters

strName
Type: SystemString
objValue
Type: SystemObject
varName
Type: SystemString
strCategory
Type: SystemString
strDescription (Optional)
Type: SystemString
varDictionary (Optional)
Type: FDF.Common.RuntimeFdfDictionary
boolReadOnly (Optional)
Type: SystemBoolean
boolPercentage (Optional)
Type: SystemBoolean
boolEncrypted (Optional)
Type: SystemBoolean
boolVisible (Optional)
Type: SystemBoolean
See Also