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 SourceFhirElementProfile(FhirElementProfile)
Initializes a new instance of the Microsoft.Health.Fhir.CodeGenCommon.Models.FhirElementProfile class.s
Declaration
public FhirElementProfile(FhirElementProfile source)
Parameters
Type | Name | Description |
---|---|---|
Fhir |
source | Source for the. |
FhirElementProfile(String, Uri)
Initializes a new instance of the Fhir
Declaration
public FhirElementProfile(string name, Uri url)
Parameters
Type | Name | Description |
---|---|---|
System. |
name | The name. |
Uri | url | The URL. |
FhirElementProfile(Uri)
Initializes a new instance of the Fhir
Declaration
public FhirElementProfile(Uri url)
Parameters
Type | Name | Description |
---|---|---|
Uri | url | The URL. |
Properties
| Improve this Doc View SourceName
Gets the name.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System. |
The name. |
URL
Gets URL of the document.
Declaration
public Uri URL { get; }
Property Value
Type | Description |
---|---|
Uri | The URL. |
Methods
| Improve this Doc View SourceClone()
Creates a new object that is a copy of the current instance.
Declaration
public object Clone()
Returns
Type | Description |
---|---|
System. |
A new object that is a copy of this instance. |
DeepCopy()
Deep copy.
Declaration
public FhirElementProfile DeepCopy()
Returns
Type | Description |
---|---|
Fhir |
A FhirElementProfile. |
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |
A string that represents the current object. |