C# 클래스 SourceLog.Model.ChangedFile

파일 보기 프로젝트 열기: tomhunter-gh/SourceLog

Private Properties

프로퍼티 타입 설명
CheckForBinary string
FlowDocumentToByteArray byte[]
GetFlowDocument System.Windows.Documents.FlowDocument

공개 메소드들

메소드 설명
ChangedFile ( ) : System
ChangedFile ( ChangedFileDto dto ) : System

비공개 메소드들

메소드 설명
CheckForBinary ( byte bytes ) : string
FlowDocumentToByteArray ( System.Windows.Documents.FlowDocument flowDocument ) : byte[]
GetFlowDocument ( byte flowDocumentData ) : System.Windows.Documents.FlowDocument

메소드 상세

ChangedFile() 공개 메소드

public ChangedFile ( ) : System
리턴 System

ChangedFile() 공개 메소드

public ChangedFile ( ChangedFileDto dto ) : System
dto SourceLog.Interface.ChangedFileDto
리턴 System