Свойство | Тип | Описание | |
---|---|---|---|
_currentEntryWrapper | |||
_currentNodeRead | bool | ||
_currentType | ReaderItemType | ||
_inputStream | Stream | ||
_knownTypes | System.Type[] | ||
_liveEntity | IOfflineEntity | ||
_reader | XmlReader |
Метод | Описание | |
---|---|---|
Dispose ( ) : void | ||
GetConflict ( ) : Conflict |
Get the conflict item
|
|
GetConflictTempId ( ) : string |
Returns the TempId parsed from the current conflict object if present
|
|
GetHasMoreChangesValue ( ) : bool | ||
GetItem ( ) : IOfflineEntity | ||
GetServerBlob ( ) : byte[] | ||
GetTempId ( ) : string |
Returns the TempId parsed from the current object if present
|
|
HasConflict ( ) : bool |
Check to see if the current object that was just parsed had a conflict element on it or not.
|
|
HasConflictTempId ( ) : bool |
Check to see if the current conflict object that was just parsed has a tempId element on it or not.
|
|
HasTempId ( ) : bool |
Check to see if the current object that was just parsed has a tempId element on it or not.
|
|
Next ( ) : bool | ||
Start ( ) : void |
Метод | Описание | |
---|---|---|
CheckItemType ( ReaderItemType type ) : void | ||
SyncReader ( Stream stream, |
protected CheckItemType ( ReaderItemType type ) : void | ||
type | ReaderItemType | |
Результат | void |
public abstract GetHasMoreChangesValue ( ) : bool | ||
Результат | bool |
public abstract GetItem ( ) : IOfflineEntity | ||
Результат | IOfflineEntity |
public abstract GetServerBlob ( ) : byte[] | ||
Результат | byte[] |
protected SyncReader ( Stream stream, |
||
stream | Stream | |
knownTypes | ||
Результат | System |
protected EntryInfoWrapper,Microsoft.Samples.Synchronization.ClientServices.Formatters _currentEntryWrapper | ||
Результат |