C# Class SourceLog.Model.ChangedFile

Exibir arquivo Open project: tomhunter-gh/SourceLog

Private Properties

Property Type Description
CheckForBinary string
FlowDocumentToByteArray byte[]
GetFlowDocument System.Windows.Documents.FlowDocument

Public Methods

Method Description
ChangedFile ( ) : System
ChangedFile ( ChangedFileDto dto ) : System

Private Methods

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

Method Details

ChangedFile() public method

public ChangedFile ( ) : System
return System

ChangedFile() public method

public ChangedFile ( ChangedFileDto dto ) : System
dto SourceLog.Interface.ChangedFileDto
return System