C# Class Sitecore.Serialization.Infrastructure.SyncItemFileWriter

Inheritance: IItemFileWriter
Afficher le fichier Open project: kevinobee/Sitecore.Serialization.Checker Class Usage Examples

Méthodes publiques

Méthode Description
Fix ( string filePath ) : void

Private Methods

Méthode 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 méthode

public Fix ( string filePath ) : void
filePath string
Résultat void