C# 클래스 VersionrUI.ViewModels.AlterationVM

파일 보기 프로젝트 열기: eatplayhate/versionr

공개 메소드들

메소드 설명
AlterationVM ( Alteration alteration, Area area, Version version ) : Microsoft.Win32
CanDiffWithPrevious ( ) : bool

비공개 메소드들

메소드 설명
CanDiffWithCurrent ( ) : bool
CanSaveVersionAs ( ) : bool
DiffWithCurrent ( ) : void
DiffWithPrevious ( ) : void
Log ( ) : void
SaveVersionAs ( ) : void

메소드 상세

AlterationVM() 공개 메소드

public AlterationVM ( Alteration alteration, Area area, Version version ) : Microsoft.Win32
alteration Versionr.Objects.Alteration
area Area
version Versionr.Objects.Version
리턴 Microsoft.Win32

CanDiffWithPrevious() 공개 메소드

public CanDiffWithPrevious ( ) : bool
리턴 bool