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

Internal helper class that reads and parses all relevant information about an entry element.
显示文件 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_oe property

public string ConflictDesc
return string

ConflictWrapper public_oe property

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

ETag public_oe property

public string ETag
return string

EditUri public_oe property

public Uri,System EditUri
return System.Uri

Id public_oe property

public string Id
return string

IsConflict public_oe property

public bool IsConflict
return bool

IsTombstone public_oe property

public bool IsTombstone
return bool

PropertyBag public_oe property

public Dictionary PropertyBag
return string>.Dictionary

TempId public_oe property

public string TempId
return string

TypeName public_oe property

public string TypeName
return string