Show / Hide Table of Contents

Class FhirElementProfile

A fhir element profile.

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

Constructors

| Improve this Doc View Source

FhirElementProfile(FhirElementProfile)

Initializes a new instance of the Microsoft.Health.Fhir.CodeGenCommon.Models.FhirElementProfile class.s

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

Source for the.

| Improve this Doc View Source

FhirElementProfile(String, Uri)

Initializes a new instance of the FhirElementProfile class.

Declaration
public FhirElementProfile(string name, Uri url)
Parameters
Type Name Description
System.String name

The name.

Uri url

The URL.

| Improve this Doc View Source

FhirElementProfile(Uri)

Initializes a new instance of the FhirElementProfile class.

Declaration
public FhirElementProfile(Uri url)
Parameters
Type Name Description
Uri url

The URL.

Properties

| Improve this Doc View Source

Name

Gets the name.

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

The name.

| Improve this Doc View Source

URL

Gets URL of the document.

Declaration
public Uri URL { get; }
Property Value
Type Description
Uri

The URL.

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 FhirElementProfile DeepCopy()
Returns
Type Description
FhirElementProfile

A FhirElementProfile.

| Improve this Doc View Source

ToString()

Returns a string that represents the current object.

Declaration
public override string ToString()
Returns
Type Description
System.String

A string that represents the current object.

  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • FhirElementProfile(FhirElementProfile)
    • FhirElementProfile(String, Uri)
    • FhirElementProfile(Uri)
  • Properties
    • Name
    • URL
  • Methods
    • Clone()
    • DeepCopy()
    • ToString()
Back to top Generated by DocFX