Class BiomFingerprintImageQualityType
A data type for a quality measure for a particular fingerprint
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomFingerprintImageQualityType : IEquatable<BiomFingerprintImageQualityType>
Properties
Context
biomFingerprintImageQualityType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomFingerprintImageQualityType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomFingerprintImageQualityType.ContextEnum> | biomFingerprintImageQualityType JSON-LD context |
FingerPositionCode
A finger position code NIEM reference is biom:FingerPositionCode
Declaration
[DataMember(Name = "fingerPositionCode")]
public List<BiomFingerPositionCodeType> FingerPositionCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomFingerPositionCodeType> | A finger position code NIEM reference is biom:FingerPositionCode |
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(BiomFingerprintImageQualityType)
Returns true if BiomFingerprintImageQualityType instances are equal
Declaration
public bool Equals(BiomFingerprintImageQualityType other)
Parameters
Type | Name | Description |
---|---|---|
BiomFingerprintImageQualityType | other | Instance of BiomFingerprintImageQualityType 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(BiomFingerprintImageQualityType, BiomFingerprintImageQualityType)
Declaration
public static bool operator ==(BiomFingerprintImageQualityType left, BiomFingerprintImageQualityType right)
Parameters
Type | Name | Description |
---|---|---|
BiomFingerprintImageQualityType | left | |
BiomFingerprintImageQualityType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomFingerprintImageQualityType, BiomFingerprintImageQualityType)
Declaration
public static bool operator !=(BiomFingerprintImageQualityType left, BiomFingerprintImageQualityType right)
Parameters
Type | Name | Description |
---|---|---|
BiomFingerprintImageQualityType | left | |
BiomFingerprintImageQualityType | right |
Returns
Type | Description |
---|---|
System.Boolean |