Click or drag to resize

PersistentObjectFieldAttribute Constructor

Initializes a new instance of the PersistentObjectFieldAttribute class.

Namespace:  Obujekutoru
Assembly:  obujekutoru (in obujekutoru.dll) Version: 1.2.0.35246
Syntax
public PersistentObjectFieldAttribute(
	string persistentObjectFieldName,
	bool isPersistentObjectIndex = false
)

Parameters

persistentObjectFieldName
Type: SystemString
The name of the persistent object field.
isPersistentObjectIndex (Optional)
Type: SystemBoolean
The 'persistent object index' flag.
See Also