C# Class SchemaZen.Library.Command.CompareCommand

Inheritance: BaseCommand
Afficher le fichier Open project: Zocdoc/schemazen Class Usage Examples

Méthodes publiques

Свойство Type Description
OutDiff string
Source string
Target string
Verbose bool

Méthodes publiques

Méthode Description
Execute ( ) : bool

Method Details

Execute() public méthode

public Execute ( ) : bool
Résultat bool

Property Details

OutDiff public_oe property

public string OutDiff
Résultat string

Source public_oe property

public string Source
Résultat string

Target public_oe property

public string Target
Résultat string

Verbose public_oe property

public bool Verbose
Résultat bool