C# Class SourceLog.Model.ChangedFile

Afficher le fichier Open project: tomhunter-gh/SourceLog

Private Properties

Свойство Type Description
CheckForBinary string
FlowDocumentToByteArray byte[]
GetFlowDocument System.Windows.Documents.FlowDocument

Méthodes publiques

Méthode Description
ChangedFile ( ) : System
ChangedFile ( ChangedFileDto dto ) : System

Private Methods

Méthode Description
CheckForBinary ( byte bytes ) : string
FlowDocumentToByteArray ( System.Windows.Documents.FlowDocument flowDocument ) : byte[]
GetFlowDocument ( byte flowDocumentData ) : System.Windows.Documents.FlowDocument

Method Details

ChangedFile() public méthode

public ChangedFile ( ) : System
Résultat System

ChangedFile() public méthode

public ChangedFile ( ChangedFileDto dto ) : System
dto SourceLog.Interface.ChangedFileDto
Résultat System