Class BiomDNAProfileType
A data type for a description of a DNA profile
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomDNAProfileType : IEquatable<BiomDNAProfileType>
Properties
CategoryCode
A kind of DNA profile NIEM reference is biom:DNAProfileCategoryCode
Declaration
[DataMember(Name = "categoryCode")]
public List<BiomDNAProfileCategoryCodeType> CategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomDNAProfileCategoryCodeType> | A kind of DNA profile NIEM reference is biom:DNAProfileCategoryCode |
Comment
A descriptive comment about a DNA profile NIEM reference is biom:DNAProfileCommentText
Declaration
[DataMember(Name = "comment")]
public List<NcTextType> Comment { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A descriptive comment about a DNA profile NIEM reference is biom:DNAProfileCommentText |
Context
biomDNAProfileType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomDNAProfileType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomDNAProfileType.ContextEnum> | biomDNAProfileType JSON-LD context |
DnaProfileId
An identifier for uniquely identifying the profile or sample for which the transaction is based. NIEM reference is biom:DNAProfileID
Declaration
[DataMember(Name = "dnaProfileId")]
public List<NcTextType> DnaProfileId { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | An identifier for uniquely identifying the profile or sample for which the transaction is based. NIEM reference is biom:DNAProfileID |
ResultCode
A kind of DNA profile result NIEM reference is biom:DNAProfileResultCode
Declaration
[DataMember(Name = "resultCode")]
public List<BiomDNAProfileResultCodeType> ResultCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomDNAProfileResultCodeType> | A kind of DNA profile result NIEM reference is biom:DNAProfileResultCode |
Supplemental
A supplemental message in a DNA profile NIEM reference is biom:DNAProfileSupplementalText
Declaration
[DataMember(Name = "supplemental")]
public List<NcTextType> Supplemental { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A supplemental message in a DNA profile NIEM reference is biom:DNAProfileSupplementalText |
Methods
Equals(BiomDNAProfileType)
Returns true if BiomDNAProfileType instances are equal
Declaration
public bool Equals(BiomDNAProfileType other)
Parameters
Type | Name | Description |
---|---|---|
BiomDNAProfileType | other | Instance of BiomDNAProfileType to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
Equals(Object)
Returns true if objects are equal
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | Object to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
Overrides
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 | Hash code |
Overrides
ToJson()
Returns the JSON string presentation of the object
Declaration
public string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | String presentation of the object |
Overrides
Operators
Equality(BiomDNAProfileType, BiomDNAProfileType)
Declaration
public static bool operator ==(BiomDNAProfileType left, BiomDNAProfileType right)
Parameters
Type | Name | Description |
---|---|---|
BiomDNAProfileType | left | |
BiomDNAProfileType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomDNAProfileType, BiomDNAProfileType)
Declaration
public static bool operator !=(BiomDNAProfileType left, BiomDNAProfileType right)
Parameters
Type | Name | Description |
---|---|---|
BiomDNAProfileType | left | |
BiomDNAProfileType | right |
Returns
Type | Description |
---|---|
System.Boolean |