Class BiomDNAElectropherogramType
A data type for a DNA electropherogram
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomDNAElectropherogramType : IEquatable<BiomDNAElectropherogramType>
Properties
BinaryObject
A base-64 representation of a DNA electropherogram NIEM reference is biom:DNAElectropherogramBinaryObject
Declaration
[DataMember(Name = "binaryObject")]
public List<NiemXsbase64Binary> BinaryObject { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsbase64Binary> | A base-64 representation of a DNA electropherogram NIEM reference is biom:DNAElectropherogramBinaryObject |
Context
biomDNAElectropherogramType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomDNAElectropherogramType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomDNAElectropherogramType.ContextEnum> | biomDNAElectropherogramType JSON-LD context |
DataDescription
A description of DNA electropherogram data, or a filename if data is stored externally NIEM reference is biom:DNAElectropherogramDataDescriptionText
Declaration
[DataMember(Name = "dataDescription")]
public List<NcTextType> DataDescription { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of DNA electropherogram data, or a filename if data is stored externally NIEM reference is biom:DNAElectropherogramDataDescriptionText |
DnaElectropherogramId
An identifier for a DNA electropherogram image NIEM reference is biom:DNAElectropherogramID
Declaration
[DataMember(Name = "dnaElectropherogramId")]
public List<NcTextType> DnaElectropherogramId { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | An identifier for a DNA electropherogram image NIEM reference is biom:DNAElectropherogramID |
FileStorage
A kind of file type suffix for a DNA electropherogram NIEM reference is biom:DNAElectropherogramFileStorageText
Declaration
[DataMember(Name = "fileStorage")]
public List<NcTextType> FileStorage { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A kind of file type suffix for a DNA electropherogram NIEM reference is biom:DNAElectropherogramFileStorageText |
ScreenshotImage
An image of screenshot of a DNA electropherogram NIEM reference is biom:DNAElectropherogramScreenshotImage
Declaration
[DataMember(Name = "screenshotImage")]
public List<BiomImageType> ScreenshotImage { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomImageType> | An image of screenshot of a DNA electropherogram NIEM reference is biom:DNAElectropherogramScreenshotImage |
Methods
Equals(BiomDNAElectropherogramType)
Returns true if BiomDNAElectropherogramType instances are equal
Declaration
public bool Equals(BiomDNAElectropherogramType other)
Parameters
Type | Name | Description |
---|---|---|
BiomDNAElectropherogramType | other | Instance of BiomDNAElectropherogramType 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(BiomDNAElectropherogramType, BiomDNAElectropherogramType)
Declaration
public static bool operator ==(BiomDNAElectropherogramType left, BiomDNAElectropherogramType right)
Parameters
Type | Name | Description |
---|---|---|
BiomDNAElectropherogramType | left | |
BiomDNAElectropherogramType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomDNAElectropherogramType, BiomDNAElectropherogramType)
Declaration
public static bool operator !=(BiomDNAElectropherogramType left, BiomDNAElectropherogramType right)
Parameters
Type | Name | Description |
---|---|---|
BiomDNAElectropherogramType | left | |
BiomDNAElectropherogramType | right |
Returns
Type | Description |
---|---|
System.Boolean |