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