C# 클래스 SchemaZen.Library.Command.CompareCommand

상속: BaseCommand
파일 보기 프로젝트 열기: Zocdoc/schemazen 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
OutDiff string
Source string
Target string
Verbose bool

공개 메소드들

메소드 설명
Execute ( ) : bool

메소드 상세

Execute() 공개 메소드

public Execute ( ) : bool
리턴 bool

프로퍼티 상세

OutDiff 공개적으로 프로퍼티

public string OutDiff
리턴 string

Source 공개적으로 프로퍼티

public string Source
리턴 string

Target 공개적으로 프로퍼티

public string Target
리턴 string

Verbose 공개적으로 프로퍼티

public bool Verbose
리턴 bool