Show / Hide Table of Contents

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 Source

DifferOptions(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)

Initializes a new instance of the DifferOptions class.

Declaration
public DifferOptions(bool compareDescriptions, bool compareRegEx, bool compareValueSetExpansions, bool compareSummaryFlags, bool compareMustSupportFlags, bool compareBindings)
Parameters
Type Name Description
System.Boolean compareDescriptions

A value indicating whether the text changes should be included.

System.Boolean compareRegEx
A value indicating whether the RegEx changes should

be included.

System.Boolean compareValueSetExpansions

A value indicating whether the compare value set expansions.

System.Boolean compareSummaryFlags

A value indicating whether the compare summary flags.

System.Boolean compareMustSupportFlags

A value indicating whether the compare must support flags.

System.Boolean compareBindings

A value indicating whether the compare bindings.

Properties

| Improve this Doc View Source

CompareBindings

Gets a value indicating whether the compare bindings.

Declaration
public bool CompareBindings { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

CompareDescriptions

Gets a value indicating whether the text changes should be included.

Declaration
public bool CompareDescriptions { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

CompareMustSupportFlags

Gets a value indicating whether the compare must support flags.

Declaration
public bool CompareMustSupportFlags { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

CompareRegEx

Gets a value indicating whether the RegEx changes should be included.

Declaration
public bool CompareRegEx { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

CompareSummaryFlags

Gets a value indicating whether the compare summary flags.

Declaration
public bool CompareSummaryFlags { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

CompareValueSetExpansions

Gets a value indicating whether the compare value set expansions.

Declaration
public bool CompareValueSetExpansions { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX