Class BiomImageQualityType
A data type for a set of properties relating to image quality
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomImageQualityType : IEquatable<BiomImageQualityType>
Properties
Context
biomImageQualityType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomImageQualityType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomImageQualityType.ContextEnum> | biomImageQualityType JSON-LD context |
QualityAlgorithmProductId
A unique identifier for a quality-algorithm product, assigned by the vendor NIEM reference is biom:QualityAlgorithmProductID
Declaration
[DataMember(Name = "qualityAlgorithmProductId")]
public List<NiemXsunsignedShort> QualityAlgorithmProductId { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsunsignedShort> | A unique identifier for a quality-algorithm product, assigned by the vendor NIEM reference is biom:QualityAlgorithmProductID |
QualityAlgorithmVendorId
A unique identifier for the vendor of a quality-algorithm product NIEM reference is biom:QualityAlgorithmVendorID
Declaration
[DataMember(Name = "qualityAlgorithmVendorId")]
public List<BiomHexDoubleByteType> QualityAlgorithmVendorId { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomHexDoubleByteType> | A unique identifier for the vendor of a quality-algorithm product NIEM reference is biom:QualityAlgorithmVendorID |
QualityValue
A value of the quality of a particular sample NIEM reference is biom:QualityValue
Declaration
[DataMember(Name = "qualityValue")]
public List<string> QualityValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | A value of the quality of a particular sample NIEM reference is biom:QualityValue |
Methods
Equals(BiomImageQualityType)
Returns true if BiomImageQualityType instances are equal
Declaration
public bool Equals(BiomImageQualityType other)
Parameters
Type | Name | Description |
---|---|---|
BiomImageQualityType | other | Instance of BiomImageQualityType 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(BiomImageQualityType, BiomImageQualityType)
Declaration
public static bool operator ==(BiomImageQualityType left, BiomImageQualityType right)
Parameters
Type | Name | Description |
---|---|---|
BiomImageQualityType | left | |
BiomImageQualityType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomImageQualityType, BiomImageQualityType)
Declaration
public static bool operator !=(BiomImageQualityType left, BiomImageQualityType right)
Parameters
Type | Name | Description |
---|---|---|
BiomImageQualityType | left | |
BiomImageQualityType | right |
Returns
Type | Description |
---|---|
System.Boolean |