C# 클래스 Microsoft.Samples.Synchronization.ClientServices.Formatters.EntryInfoWrapper

Internal helper class that reads and parses all relevant information about an entry element.
파일 보기 프로젝트 열기: rafek/SyncFx 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ConflictDesc string
ConflictWrapper EntryInfoWrapper
ETag string
EditUri System.Uri
Id string
IsConflict bool
IsTombstone bool
PropertyBag string>.Dictionary
TempId string
TypeName string

보호된 메소드들

메소드 설명
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

메소드 상세

EntryInfoWrapper() 보호된 메소드

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

LoadConflictEntry() 보호된 추상적인 메소드

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

LoadEntryProperties() 보호된 추상적인 메소드

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

LoadTypeName() 보호된 추상적인 메소드

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

프로퍼티 상세

ConflictDesc 공개적으로 프로퍼티

public string ConflictDesc
리턴 string

ConflictWrapper 공개적으로 프로퍼티

public EntryInfoWrapper,Microsoft.Samples.Synchronization.ClientServices.Formatters ConflictWrapper
리턴 EntryInfoWrapper

ETag 공개적으로 프로퍼티

public string ETag
리턴 string

EditUri 공개적으로 프로퍼티

public Uri,System EditUri
리턴 System.Uri

Id 공개적으로 프로퍼티

public string Id
리턴 string

IsConflict 공개적으로 프로퍼티

public bool IsConflict
리턴 bool

IsTombstone 공개적으로 프로퍼티

public bool IsTombstone
리턴 bool

PropertyBag 공개적으로 프로퍼티

public Dictionary PropertyBag
리턴 string>.Dictionary

TempId 공개적으로 프로퍼티

public string TempId
리턴 string

TypeName 공개적으로 프로퍼티

public string TypeName
리턴 string