Show / Hide Table of Contents

Class FhirSliceDiscriminatorRule

A fhir slice discriminator rule.

Inheritance
System.Object
FhirSliceDiscriminatorRule
Namespace: Microsoft.Health.Fhir.CodeGenCommon.Models
Assembly: Microsoft.Health.Fhir.CodeGenCommon.dll
Syntax
public class FhirSliceDiscriminatorRule : ICloneable

Constructors

| Improve this Doc View Source

FhirSliceDiscriminatorRule(FhirSliceDiscriminatorRule)

Initializes a new instance of the FhirSliceDiscriminatorRule class.

Declaration
public FhirSliceDiscriminatorRule(FhirSliceDiscriminatorRule source)
Parameters
Type Name Description
FhirSliceDiscriminatorRule source

Source for the.

| Improve this Doc View Source

FhirSliceDiscriminatorRule(FhirSliceDiscriminatorRule.FhirSliceDiscriminatorType, String)

Initializes a new instance of the FhirSliceDiscriminatorRule class.

Declaration
public FhirSliceDiscriminatorRule(FhirSliceDiscriminatorRule.FhirSliceDiscriminatorType discriminatorType, string path)
Parameters
Type Name Description
FhirSliceDiscriminatorRule.FhirSliceDiscriminatorType discriminatorType

The type.

System.String path

The full pathname of the file.

| Improve this Doc View Source

FhirSliceDiscriminatorRule(String, String)

Initializes a new instance of the FhirSliceDiscriminatorRule class.

Declaration
public FhirSliceDiscriminatorRule(string type, string path)
Parameters
Type Name Description
System.String type

The type.

System.String path

The full pathname of the file.

Properties

| Improve this Doc View Source

DiscriminatorType

Gets the type of the discriminator.

Declaration
public FhirSliceDiscriminatorRule.FhirSliceDiscriminatorType DiscriminatorType { get; }
Property Value
Type Description
FhirSliceDiscriminatorRule.FhirSliceDiscriminatorType

The type of the discriminator.

| Improve this Doc View Source

DiscriminatorTypeName

Gets the name of the discriminator type.

Declaration
public string DiscriminatorTypeName { get; }
Property Value
Type Description
System.String

The name of the discriminator type.

| Improve this Doc View Source

Path

Gets the full pathname of the file.

Declaration
public string Path { get; }
Property Value
Type Description
System.String

The full pathname of the file.

Methods

| Improve this Doc View Source

Clone()

Creates a new object that is a copy of the current instance.

Declaration
public object Clone()
Returns
Type Description
System.Object

A new object that is a copy of this instance.

| Improve this Doc View Source

DeepCopy()

Deep copy.

Declaration
public FhirSliceDiscriminatorRule DeepCopy()
Returns
Type Description
FhirSliceDiscriminatorRule

A FhirSliceDiscriminatorRule.

  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • FhirSliceDiscriminatorRule(FhirSliceDiscriminatorRule)
    • FhirSliceDiscriminatorRule(FhirSliceDiscriminatorRule.FhirSliceDiscriminatorType, String)
    • FhirSliceDiscriminatorRule(String, String)
  • Properties
    • DiscriminatorType
    • DiscriminatorTypeName
    • Path
  • Methods
    • Clone()
    • DeepCopy()
Back to top Generated by DocFX