C# Class Microsoft.Samples.Synchronization.ClientServices.Formatters.EntryInfoWrapper

Internal helper class that reads and parses all relevant information about an entry element.
Show file Open project: rafek/SyncFx Class Usage Examples

Public Properties

Property Type Description
ConflictDesc string
ConflictWrapper EntryInfoWrapper
ETag string
EditUri System.Uri
Id string
IsConflict bool
IsTombstone bool
PropertyBag string>.Dictionary
TempId string
TypeName string

Protected Methods

Method Description
EntryInfoWrapper ( System.Xml.Linq.XElement reader ) : System

Constructor

LoadConflictEntry ( System.Xml.Linq.XElement entry ) : void
LoadEntryProperties ( System.Xml.Linq.XElement entry ) : void
LoadTypeName ( System.Xml.Linq.XElement entry ) : void

Method Details

EntryInfoWrapper() protected method

Constructor
protected EntryInfoWrapper ( System.Xml.Linq.XElement reader ) : System
reader System.Xml.Linq.XElement
return System

LoadConflictEntry() protected abstract method

protected abstract LoadConflictEntry ( System.Xml.Linq.XElement entry ) : void
entry System.Xml.Linq.XElement
return void

LoadEntryProperties() protected abstract method

protected abstract LoadEntryProperties ( System.Xml.Linq.XElement entry ) : void
entry System.Xml.Linq.XElement
return void

LoadTypeName() protected abstract method

protected abstract LoadTypeName ( System.Xml.Linq.XElement entry ) : void
entry System.Xml.Linq.XElement
return void

Property Details

ConflictDesc public property

public string ConflictDesc
return string

ConflictWrapper public property

public EntryInfoWrapper,Microsoft.Samples.Synchronization.ClientServices.Formatters ConflictWrapper
return EntryInfoWrapper

ETag public property

public string ETag
return string

EditUri public property

public Uri,System EditUri
return System.Uri

Id public property

public string Id
return string

IsConflict public property

public bool IsConflict
return bool

IsTombstone public property

public bool IsTombstone
return bool

PropertyBag public property

public Dictionary PropertyBag
return string>.Dictionary

TempId public property

public string TempId
return string

TypeName public property

public string TypeName
return string