Show / Hide Table of Contents

Class PackageCopyOptions

Options when copying an IFhirPackageInfo.

Inheritance
System.Object
PackageCopyOptions
Namespace: Microsoft.Health.Fhir.SpecManager.Manager
Assembly: Microsoft.Health.Fhir.SpecManager.dll
Syntax
public class PackageCopyOptions : object

Properties

| Improve this Doc View Source

CapStatmentFilter

Gets or sets a capability statment to use as a filter.

Declaration
public FhirCapabiltyStatement CapStatmentFilter { get; set; }
Property Value
Type Description
FhirCapabiltyStatement
| Improve this Doc View Source

CopyCapabilityStatements

Gets or sets a value indicating whether the copy capability statements.

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

CopyCompartments

Gets or sets a value indicating whether the copy compartments.

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

CopyComplexTypes

Gets or sets a value indicating whether to copy complex types.

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

CopyExtensions

Gets or sets a value indicating whether to copy extensions.

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

CopyImplementationGuides

Gets or sets a value indicating whether to copy implementation guides.

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

CopyLogicalModels

Gets or sets a value indicating whether to copy logical models.

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

CopyOperations

Gets or sets a value indicating whether to copy operations.

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

CopyPrimitives

Gets or sets a value indicating whether to copy primitives.

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

CopyProfiles

Gets or sets a value indicating whether to copy profiles.

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

CopyResources

Gets or sets a value indicating whether to copy resources.

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

CopySearchParameters

Gets or sets a value indicating whether to copy search parameters.

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

ExportList

Gets or sets a list of exports.

Declaration
public IEnumerable<string> ExportList { get; set; }
Property Value
Type Description
IEnumerable<System.String>
| Improve this Doc View Source

ExtensionElementPaths

Gets or sets the extension element paths.

Declaration
public HashSet<string> ExtensionElementPaths { get; set; }
Property Value
Type Description
HashSet<System.String>
| Improve this Doc View Source

ExtensionUrls

Gets or sets the extension urls.

Declaration
public HashSet<string> ExtensionUrls { get; set; }
Property Value
Type Description
HashSet<System.String>
| Improve this Doc View Source

IncludeExperimental

Gets or sets a value indicating whether the experimental should be included.

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

PrimitiveTypeMap

Gets or sets the primitive type map.

Declaration
public Dictionary<string, string> PrimitiveTypeMap { get; set; }
Property Value
Type Description
Dictionary<System.String, System.String>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX