C# 클래스 SIL.FieldWorks.FDO.Infrastructure.Impl.DataSortingService

Class used to sort all of the data in the XML BEP, so Mercurial doesn't suffer so much.
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
GetLessorNewbies ( System.Guid currentGuid, byte[]>.SortedDictionary newbies ) : List

비공개 메소드들

메소드 설명
SortAttributes ( System.Xml.Linq.XElement element ) : void
SortCollectionProperties ( System.Xml.Linq.XContainer propertyElement ) : void
SortCustomPropertiesRecord ( string optionalFirstElement ) : System.Xml.Linq.XElement
SortCustomPropertiesRecord ( System.Xml.Linq.XElement customPropertiesElement ) : void
SortEntireFile ( Dictionary sortableProperties, XmlWriter writer, string pathname ) : void
SortMainElement ( Dictionary sortableProperties, string rootData ) : System.Xml.Linq.XElement
SortMultiSomethingProperty ( System.Xml.Linq.XContainer multiSomethingProperty ) : void
WriteElement ( XmlWriter writer, System.Xml.Linq.XElement element ) : void
WriteElement ( XmlWriter writer, XmlReaderSettings readerSettings, byte element ) : void

메소드 상세

GetLessorNewbies() 공개 정적인 메소드

public static GetLessorNewbies ( System.Guid currentGuid, byte[]>.SortedDictionary newbies ) : List
currentGuid System.Guid
newbies byte[]>.SortedDictionary
리턴 List