Class BiomDNAKitType
A data type for a DNA kit
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomDNAKitType : IEquatable<BiomDNAKitType>
Properties
Context
biomDNAKitType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomDNAKitType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomDNAKitType.ContextEnum> | biomDNAKitType JSON-LD context |
Description
A description of a DNA kit NIEM reference is biom:DNAKitDescriptionText
Declaration
[DataMember(Name = "description")]
public List<NcTextType> Description { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of a DNA kit NIEM reference is biom:DNAKitDescriptionText |
ManufacturerName
A name of a manufacturer of a DNA kit NIEM reference is biom:DNAKitManufacturerName
Declaration
[DataMember(Name = "manufacturerName")]
public List<NcTextType> ManufacturerName { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A name of a manufacturer of a DNA kit NIEM reference is biom:DNAKitManufacturerName |
Name
A name of a DNA kit NIEM reference is biom:DNAKitName
Declaration
[DataMember(Name = "name")]
public List<NcTextType> Name { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A name of a DNA kit NIEM reference is biom:DNAKitName |
ReferenceId
An identifier for a reference number of a DNA kit NIEM reference is biom:DNAKitReferenceID
Declaration
[DataMember(Name = "referenceId")]
public List<BiomInteger0to999Type> ReferenceId { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomInteger0to999Type> | An identifier for a reference number of a DNA kit NIEM reference is biom:DNAKitReferenceID |
Methods
Equals(BiomDNAKitType)
Returns true if BiomDNAKitType instances are equal
Declaration
public bool Equals(BiomDNAKitType other)
Parameters
Type | Name | Description |
---|---|---|
BiomDNAKitType | other | Instance of BiomDNAKitType 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(BiomDNAKitType, BiomDNAKitType)
Declaration
public static bool operator ==(BiomDNAKitType left, BiomDNAKitType right)
Parameters
Type | Name | Description |
---|---|---|
BiomDNAKitType | left | |
BiomDNAKitType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomDNAKitType, BiomDNAKitType)
Declaration
public static bool operator !=(BiomDNAKitType left, BiomDNAKitType right)
Parameters
Type | Name | Description |
---|---|---|
BiomDNAKitType | left | |
BiomDNAKitType | right |
Returns
Type | Description |
---|---|
System.Boolean |