Scheduler for WPF and Silverlight | ComponentOne
C1.C1Schedule Namespace / AppointmentStorage Class / IsSynchronizable Method
The BasePersistableObject object.

In This Topic
    IsSynchronizable Method (AppointmentStorage)
    In This Topic
    Indicates whether the specified collection item should be synchronized.
    Syntax
    'Declaration
     
    
    Protected Overridable Function IsSynchronizable( _
       ByVal collectionItem As BasePersistableObject _
    ) As Boolean
    protected virtual bool IsSynchronizable( 
       BasePersistableObject collectionItem
    )

    Parameters

    collectionItem
    The BasePersistableObject object.

    Return Value

    True if item should be synchronized; false, otherwise.
    See Also