Class PackageCopyOptions
Options when copying an IFhirPackageInfo.
Inheritance
Namespace: Microsoft.Health.Fhir.SpecManager.Manager
Assembly: Microsoft.Health.Fhir.SpecManager.dll
Syntax
public class PackageCopyOptions : object
Properties
| Improve this Doc View SourceCapStatmentFilter
Gets or sets a capability statment to use as a filter.
Declaration
public FhirCapabiltyStatement CapStatmentFilter { get; set; }
Property Value
Type | Description |
---|---|
Fhir |
CopyCapabilityStatements
Gets or sets a value indicating whether the copy capability statements.
Declaration
public bool CopyCapabilityStatements { get; set; }
Property Value
Type | Description |
---|---|
System. |
CopyCompartments
Gets or sets a value indicating whether the copy compartments.
Declaration
public bool CopyCompartments { get; set; }
Property Value
Type | Description |
---|---|
System. |
CopyComplexTypes
Gets or sets a value indicating whether to copy complex types.
Declaration
public bool CopyComplexTypes { get; set; }
Property Value
Type | Description |
---|---|
System. |
CopyExtensions
Gets or sets a value indicating whether to copy extensions.
Declaration
public bool CopyExtensions { get; set; }
Property Value
Type | Description |
---|---|
System. |
CopyImplementationGuides
Gets or sets a value indicating whether to copy implementation guides.
Declaration
public bool CopyImplementationGuides { get; set; }
Property Value
Type | Description |
---|---|
System. |
CopyLogicalModels
Gets or sets a value indicating whether to copy logical models.
Declaration
public bool CopyLogicalModels { get; set; }
Property Value
Type | Description |
---|---|
System. |
CopyOperations
Gets or sets a value indicating whether to copy operations.
Declaration
public bool CopyOperations { get; set; }
Property Value
Type | Description |
---|---|
System. |
CopyPrimitives
Gets or sets a value indicating whether to copy primitives.
Declaration
public bool CopyPrimitives { get; set; }
Property Value
Type | Description |
---|---|
System. |
CopyProfiles
Gets or sets a value indicating whether to copy profiles.
Declaration
public bool CopyProfiles { get; set; }
Property Value
Type | Description |
---|---|
System. |
CopyResources
Gets or sets a value indicating whether to copy resources.
Declaration
public bool CopyResources { get; set; }
Property Value
Type | Description |
---|---|
System. |
CopySearchParameters
Gets or sets a value indicating whether to copy search parameters.
Declaration
public bool CopySearchParameters { get; set; }
Property Value
Type | Description |
---|---|
System. |
ExportList
Gets or sets a list of exports.
Declaration
public IEnumerable<string> ExportList { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<System. |
ExtensionElementPaths
Gets or sets the extension element paths.
Declaration
public HashSet<string> ExtensionElementPaths { get; set; }
Property Value
Type | Description |
---|---|
Hash |
ExtensionUrls
Gets or sets the extension urls.
Declaration
public HashSet<string> ExtensionUrls { get; set; }
Property Value
Type | Description |
---|---|
Hash |
IncludeExperimental
Gets or sets a value indicating whether the experimental should be included.
Declaration
public bool IncludeExperimental { get; set; }
Property Value
Type | Description |
---|---|
System. |
PrimitiveTypeMap
Gets or sets the primitive type map.
Declaration
public Dictionary<string, string> PrimitiveTypeMap { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<System. |