C# Class Sitecore.Serialization.Infrastructure.SyncItemFileWriter

Inheritance: IItemFileWriter
Datei anzeigen Open project: kevinobee/Sitecore.Serialization.Checker Class Usage Examples

Public Methods

Method Description
Fix ( string filePath ) : void

Private Methods

Method Description
EofFound ( string line ) : bool
FieldStartFound ( string line ) : bool
ReadField ( Tokenizer reader ) : SyncField
ReadItem ( Tokenizer reader ) : SyncItem
ReadVersion ( Tokenizer reader ) : SyncVersion
TruncateFile ( Stream stream ) : void
WriteResultsToFile ( Stream stream, SyncItem syncItem ) : void

Method Details

Fix() public method

public Fix ( string filePath ) : void
filePath string
return void