Click or drag to resize

ISyncable Interface

Interface for defining which elements are syncable from a source

Namespace:  SD.LLBLGen.Pro.Core
Assembly:  SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public interface ISyncable : INotifyPropertyChanged

The ISyncable type exposes the following members.

Properties
  NameDescription
Public propertyAllowsNewElements
Gets a value indicating whether new elements can be created into this container. Returns true if sync source is set to Model or Mixed, false otherwise.
Public propertyEffectiveSyncSource
Gets the effective sync source value for this schema, which is either the LocalOverrideSyncSource if that's set, otherwise the SyncSource value.
Public propertyLastSyncWithDatabaseUTC
Gets or sets the last date/time this element was synchronized with a database. If null, it means 'never'. DateTime in UTC format.
Public propertyLastSyncWithModelUTC
Gets or sets the last date/time this element was synchronized with a model. If null, it means 'never'. DateTime in UTC format.
Public propertyLocalOverrideSyncSource
Gets or sets the value to override the sync source with a locally defined value.
Public propertyName
Gets the name.
Public propertySyncSource
Gets or sets the synchronize source.
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
(Inherited from INotifyPropertyChanged.)
Top
See Also