Class BiomPlantarImageQualityType
A data type for a quality measure of a plantar image
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomPlantarImageQualityType : IEquatable<BiomPlantarImageQualityType>
Properties
Context
biomPlantarImageQualityType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomPlantarImageQualityType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomPlantarImageQualityType.ContextEnum> | biomPlantarImageQualityType JSON-LD context |
PlantarPositionCode
A location on the foot that a print represents NIEM reference is biom:PlantarPositionCode
Declaration
[DataMember(Name = "plantarPositionCode")]
public List<BiomPlantarPositionCodeType> PlantarPositionCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomPlantarPositionCodeType> | A location on the foot that a print represents NIEM reference is biom:PlantarPositionCode |
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(BiomPlantarImageQualityType)
Returns true if BiomPlantarImageQualityType instances are equal
Declaration
public bool Equals(BiomPlantarImageQualityType other)
Parameters
Type | Name | Description |
---|---|---|
BiomPlantarImageQualityType | other | Instance of BiomPlantarImageQualityType 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(BiomPlantarImageQualityType, BiomPlantarImageQualityType)
Declaration
public static bool operator ==(BiomPlantarImageQualityType left, BiomPlantarImageQualityType right)
Parameters
Type | Name | Description |
---|---|---|
BiomPlantarImageQualityType | left | |
BiomPlantarImageQualityType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomPlantarImageQualityType, BiomPlantarImageQualityType)
Declaration
public static bool operator !=(BiomPlantarImageQualityType left, BiomPlantarImageQualityType right)
Parameters
Type | Name | Description |
---|---|---|
BiomPlantarImageQualityType | left | |
BiomPlantarImageQualityType | right |
Returns
Type | Description |
---|---|
System.Boolean |