Initializes a new instance of the DeletedStateIsAvailableAttribute class.

Namespace:  C1.LiveLinq
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public DeletedStateIsAvailableAttribute(
	bool isAvailable
)
Visual Basic
Public Sub New ( _
	isAvailable As Boolean _
)

Parameters

isAvailable
Type: System..::..Boolean
true if the properties of an object of the class still return correct property values after the object has been deleted from the collection it belonged to.

See Also