ISyncable Interface |
Namespace: SD.LLBLGen.Pro.Core
The ISyncable type exposes the following members.
Name | Description | |
---|---|---|
AllowsNewElements |
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.
| |
EffectiveSyncSource |
Gets the effective sync source value for this schema, which is either the LocalOverrideSyncSource if that's set, otherwise the SyncSource value.
| |
LastSyncWithDatabaseUTC |
Gets or sets the last date/time this element was synchronized with a database. If null, it means 'never'. DateTime in UTC format.
| |
LastSyncWithModelUTC |
Gets or sets the last date/time this element was synchronized with a model. If null, it means 'never'. DateTime in UTC format.
| |
LocalOverrideSyncSource |
Gets or sets the value to override the sync source with a locally defined value.
| |
Name |
Gets the name.
| |
SyncSource |
Gets or sets the synchronize source.
|
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) |