Class DifferOptions
A differ options.
Inheritance
System.Object
DifferOptions
Namespace: Microsoft.Health.Fhir.SpecManager.Manager
Assembly: Microsoft.Health.Fhir.SpecManager.dll
Syntax
public class DifferOptions : object
Constructors
| Improve this Doc View SourceDifferOptions(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
Initializes a new instance of the Differ
Declaration
public DifferOptions(bool compareDescriptions, bool compareRegEx, bool compareValueSetExpansions, bool compareSummaryFlags, bool compareMustSupportFlags, bool compareBindings)
Parameters
Type | Name | Description |
---|---|---|
System. |
compareDescriptions | A value indicating whether the text changes should be included. |
System. |
compareRegEx |
be included. |
System. |
compareValueSetExpansions | A value indicating whether the compare value set expansions. |
System. |
compareSummaryFlags | A value indicating whether the compare summary flags. |
System. |
compareMustSupportFlags | A value indicating whether the compare must support flags. |
System. |
compareBindings | A value indicating whether the compare bindings. |
Properties
| Improve this Doc View SourceCompareBindings
Gets a value indicating whether the compare bindings.
Declaration
public bool CompareBindings { get; }
Property Value
Type | Description |
---|---|
System. |
CompareDescriptions
Gets a value indicating whether the text changes should be included.
Declaration
public bool CompareDescriptions { get; }
Property Value
Type | Description |
---|---|
System. |
CompareMustSupportFlags
Gets a value indicating whether the compare must support flags.
Declaration
public bool CompareMustSupportFlags { get; }
Property Value
Type | Description |
---|---|
System. |
CompareRegEx
Gets a value indicating whether the RegEx changes should be included.
Declaration
public bool CompareRegEx { get; }
Property Value
Type | Description |
---|---|
System. |
CompareSummaryFlags
Gets a value indicating whether the compare summary flags.
Declaration
public bool CompareSummaryFlags { get; }
Property Value
Type | Description |
---|---|
System. |
CompareValueSetExpansions
Gets a value indicating whether the compare value set expansions.
Declaration
public bool CompareValueSetExpansions { get; }
Property Value
Type | Description |
---|---|
System. |