Class BiomINCITSMinutiaType
A data type for a single minutia, as defined by the ANSI INCITS 378-2004 Standard
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomINCITSMinutiaType : IEquatable<BiomINCITSMinutiaType>
Properties
CategoryCode
A kind of minutia (e.g. ridge ending, bifurcation, or other), as defined by the ANSI INCITS 378-2004 Standard NIEM reference is biom:INCITSMinutiaCategoryCode
Declaration
[DataMember(Name = "categoryCode")]
public List<BiomINCITSMinutiaCategoryCodeType> CategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomINCITSMinutiaCategoryCodeType> | A kind of minutia (e.g. ridge ending, bifurcation, or other), as defined by the ANSI INCITS 378-2004 Standard NIEM reference is biom:INCITSMinutiaCategoryCode |
Context
biomINCITSMinutiaType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomINCITSMinutiaType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomINCITSMinutiaType.ContextEnum> | biomINCITSMinutiaType JSON-LD context |
Location
A location of one minutia in a friction ridge image, as defined by the ANSI INCITS 378-2004 Standard NIEM reference is biom:INCITSMinutiaLocation
Declaration
[DataMember(Name = "location")]
public List<BiomFingerprintFeatureLocationType> Location { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomFingerprintFeatureLocationType> | A location of one minutia in a friction ridge image, as defined by the ANSI INCITS 378-2004 Standard NIEM reference is biom:INCITSMinutiaLocation |
MinutiaId
An index identifier for uniquely denoting a minutia NIEM reference is biom:MinutiaID
Declaration
[DataMember(Name = "minutiaId")]
public List<NiemXspositiveInteger> MinutiaId { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXspositiveInteger> | An index identifier for uniquely denoting a minutia NIEM reference is biom:MinutiaID |
MinutiaQualityValue
A quality value assigned to a minutia NIEM reference is biom:MinutiaQualityValue
Declaration
[DataMember(Name = "minutiaQualityValue")]
public List<BiomInteger0to100Type> MinutiaQualityValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomInteger0to100Type> | A quality value assigned to a minutia NIEM reference is biom:MinutiaQualityValue |
Methods
Equals(BiomINCITSMinutiaType)
Returns true if BiomINCITSMinutiaType instances are equal
Declaration
public bool Equals(BiomINCITSMinutiaType other)
Parameters
Type | Name | Description |
---|---|---|
BiomINCITSMinutiaType | other | Instance of BiomINCITSMinutiaType 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(BiomINCITSMinutiaType, BiomINCITSMinutiaType)
Declaration
public static bool operator ==(BiomINCITSMinutiaType left, BiomINCITSMinutiaType right)
Parameters
Type | Name | Description |
---|---|---|
BiomINCITSMinutiaType | left | |
BiomINCITSMinutiaType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomINCITSMinutiaType, BiomINCITSMinutiaType)
Declaration
public static bool operator !=(BiomINCITSMinutiaType left, BiomINCITSMinutiaType right)
Parameters
Type | Name | Description |
---|---|---|
BiomINCITSMinutiaType | left | |
BiomINCITSMinutiaType | right |
Returns
Type | Description |
---|---|
System.Boolean |