Class BiomBiometricCaptureMetricType
A data type for representing Biometric Quality Metrics for the captured biometric image
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomBiometricCaptureMetricType : IEquatable<BiomBiometricCaptureMetricType>
Properties
Context
biomBiometricCaptureMetricType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomBiometricCaptureMetricType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomBiometricCaptureMetricType.ContextEnum> | biomBiometricCaptureMetricType JSON-LD context |
MetricCode
A code text specifying the capture quality metric data type NIEM reference is biom:MetricCodeText
Declaration
[DataMember(Name = "metricCode")]
public List<NcTextType> MetricCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A code text specifying the capture quality metric data type NIEM reference is biom:MetricCodeText |
MetricValue
A data value for a type of metric NIEM reference is biom:MetricValue
Declaration
[DataMember(Name = "metricValue")]
public List<NiemXsfloat> MetricValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsfloat> | A data value for a type of metric NIEM reference is biom:MetricValue |
VendorName
A vendor name NIEM reference is biom:VendorName
Declaration
[DataMember(Name = "vendorName")]
public List<NcTextType> VendorName { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A vendor name NIEM reference is biom:VendorName |
Methods
Equals(BiomBiometricCaptureMetricType)
Returns true if BiomBiometricCaptureMetricType instances are equal
Declaration
public bool Equals(BiomBiometricCaptureMetricType other)
Parameters
Type | Name | Description |
---|---|---|
BiomBiometricCaptureMetricType | other | Instance of BiomBiometricCaptureMetricType 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(BiomBiometricCaptureMetricType, BiomBiometricCaptureMetricType)
Declaration
public static bool operator ==(BiomBiometricCaptureMetricType left, BiomBiometricCaptureMetricType right)
Parameters
Type | Name | Description |
---|---|---|
BiomBiometricCaptureMetricType | left | |
BiomBiometricCaptureMetricType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomBiometricCaptureMetricType, BiomBiometricCaptureMetricType)
Declaration
public static bool operator !=(BiomBiometricCaptureMetricType left, BiomBiometricCaptureMetricType right)
Parameters
Type | Name | Description |
---|---|---|
BiomBiometricCaptureMetricType | left | |
BiomBiometricCaptureMetricType | right |
Returns
Type | Description |
---|---|
System.Boolean |