Indicates whether the specified collection item should be synchronized.

Namespace:  C1.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
protected virtual bool IsSynchronizable(
	BasePersistableObject collectionItem
)
Visual Basic (Declaration)
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