C# Class SchemaZen.Library.Command.CompareCommand

Inheritance: BaseCommand
Show file 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 property

public string OutDiff
return string

Source public property

public string Source
return string

Target public property

public string Target
return string

Verbose public property

public bool Verbose
return bool