메소드 | 설명 | |
---|---|---|
OfflineEntityMetadata ( ) : System |
Public constructor for the metadata
|
|
OfflineEntityMetadata ( bool isTombstone, string id, string etag, |
Public constructor for the metadata which takes parameters for the metadata.
|
메소드 | 설명 | |
---|---|---|
Clone ( ) : |
Used while creating Snapshot to do a depp copy of the original copy's metadata
|
public OfflineEntityMetadata ( bool isTombstone, string id, string etag, |
||
isTombstone | bool | Whether or not the entity is a tombstone |
id | string | Sync id for the item |
etag | string | Item's OData ETag |
editUri | Item's OData Edit Uri | |
리턴 | System |