Indicates whether the specified collection item should be synchronized.

Namespace:  C1.C1Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
protected virtual bool IsSynchronizable(
	BasePersistableObject collectionItem
)
Visual Basic
Protected Overridable Function IsSynchronizable ( _
	collectionItem As BasePersistableObject _
) As Boolean

Parameters

collectionItem
Type: C1.C1Schedule..::..BasePersistableObject
The BasePersistableObject object.

Return Value

True if item should be synchronized; false, otherwise.

See Also