Метод | Описание | |
---|---|---|
GetHasMoreChangesValue ( ) : bool |
Returns the value of the sync:hasMoreChanges element
|
|
GetItem ( ) : IOfflineEntity |
Returns the current entry element casted as an IOfflineEntity element
|
|
GetServerBlob ( ) : byte[] |
Returns the sync:serverBlob element contents
|
|
Next ( ) : bool |
Traverses through the feed and returns when it arrives at the necessary element.
|
|
ODataAtomReader ( Stream stream ) : System |
Constructor with no KnownTypes specified
|
|
ODataAtomReader ( Stream stream, |
Constructor with KnownTypes specified
|
|
Start ( ) : void |
Validates that the stream contains a valid feed item.
|
public ODataAtomReader ( Stream stream ) : System | ||
stream | Stream | Input reader stream |
Результат | System |
public ODataAtomReader ( Stream stream, |
||
stream | Stream | Input reader stream |
knownTypes | List of types to reflect from | |
Результат | System |