Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mganss authored May 12, 2017
1 parent 6ccc105 commit 6fa150e
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ From the command line:
```
Usage: XmlSchemaClassGenerator.Console [OPTIONS]+ xsdFile...
Generate C# classes from XML Schema files.
Version 1.0.0.0
Version 1.0.50.0
xsdFiles may contain globs, e.g. "content\{schema,xsd}\**\*.xsd".
Append - to option to disable it, e.g. --interface-.
Expand Down Expand Up @@ -83,10 +83,16 @@ Options:
--cit, --collectionImplementationType=VALUE
the default collection type implementation to use (
default is null)
--ctro, --codeTypeReferenceOptions=VALUE
the default CodeTypeReferenceOptions Flags to use (
default is unset;
can be: {GlobalReference, GenericTypeParameter})
--ctro, --codeTypeReferenceOptions=GlobalReference, GenericTypeParameter
the default CodeTypeReferenceOptions Flags to use (
default is unset; can be: GlobalReference,
GenericTypeParameter)
--tvpn, --textValuePropertyName=VALUE
the name of the property that holds the text value
of an element (default is Value)
--dst, --debuggerStepThrough
generate DebuggerStepThroughAttribute (default is
enabled)
```

From code:
Expand Down

0 comments on commit 6fa150e

Please sign in to comment.