C# Class SchemaZen.Library.Command.CompareCommand

Inheritance: BaseCommand
显示文件 Open project: Zocdoc/schemazen Class Usage Examples

Public Properties

Property Type Description
OutDiff string
Source string
Target string
Verbose bool

Public Methods

Method Description
Execute ( ) : bool

Method Details

Execute() public method

public Execute ( ) : bool
return bool

Property Details

OutDiff public_oe property

public string OutDiff
return string

Source public_oe property

public string Source
return string

Target public_oe property

public string Target
return string

Verbose public_oe property

public bool Verbose
return bool