Class BiomMinutiaeFeatureDetectionType
A data type for a detection and encoding of minutiae
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomMinutiaeFeatureDetectionType : IEquatable<BiomMinutiaeFeatureDetectionType>
Properties
Context
biomMinutiaeFeatureDetectionType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomMinutiaeFeatureDetectionType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomMinutiaeFeatureDetectionType.ContextEnum> | biomMinutiaeFeatureDetectionType JSON-LD context |
DateTime
A date/time of the minutiae feature detection NIEM reference is biom:MinutiaeFeatureDetectionDateTime
Declaration
[DataMember(Name = "dateTime")]
public List<NcZuluDateTimeType> DateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcZuluDateTimeType> | A date/time of the minutiae feature detection NIEM reference is biom:MinutiaeFeatureDetectionDateTime |
FieldList
A list of fields that correspond to the feature detection method coded NIEM reference is biom:MinutiaeFeatureDetectionFieldListText
Declaration
[DataMember(Name = "fieldList")]
public List<NcTextType> FieldList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A list of fields that correspond to the feature detection method coded NIEM reference is biom:MinutiaeFeatureDetectionFieldListText |
MethodCode
A method by which minutiae features are detected and encoded NIEM reference is biom:MinutiaeFeatureDetectionMethodCode
Declaration
[DataMember(Name = "methodCode")]
public List<BiomMinutiaeFeatureDetectionMethodCodeType> MethodCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomMinutiaeFeatureDetectionMethodCodeType> | A method by which minutiae features are detected and encoded NIEM reference is biom:MinutiaeFeatureDetectionMethodCode |
MinutiaeAlgorithmId
An identifier for a minutiae extraction and encoding algorithm NIEM reference is biom:MinutiaeAlgorithmID
Declaration
[DataMember(Name = "minutiaeAlgorithmId")]
public List<NcTextType> MinutiaeAlgorithmId { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | An identifier for a minutiae extraction and encoding algorithm NIEM reference is biom:MinutiaeAlgorithmID |
MinutiaeAlgorithmVendorId
An identifier for a vendor, or name of vendor of the minutiae extraction and encoding algorithm, from a registry table NIEM reference is biom:MinutiaeAlgorithmVendorID
Declaration
[DataMember(Name = "minutiaeAlgorithmVendorId")]
public List<NcTextType> MinutiaeAlgorithmVendorId { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | An identifier for a vendor, or name of vendor of the minutiae extraction and encoding algorithm, from a registry table NIEM reference is biom:MinutiaeAlgorithmVendorID |
MinutiaeComment
A free text comment about friction ridge features, methods, description, location, or background NIEM reference is biom:MinutiaeCommentText
Declaration
[DataMember(Name = "minutiaeComment")]
public List<NcTextType> MinutiaeComment { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A free text comment about friction ridge features, methods, description, location, or background NIEM reference is biom:MinutiaeCommentText |
MinutiaeExaminerName
A name for the latent examiner responsible for minutiae markup or verification NIEM reference is biom:MinutiaeExaminerName
Declaration
[DataMember(Name = "minutiaeExaminerName")]
public List<NcPersonNameType> MinutiaeExaminerName { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcPersonNameType> | A name for the latent examiner responsible for minutiae markup or verification NIEM reference is biom:MinutiaeExaminerName |
OrganizationName
A name of an organization. NIEM reference is nc:OrganizationName
Declaration
[DataMember(Name = "organizationName")]
public List<NcTextType> OrganizationName { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A name of an organization. NIEM reference is nc:OrganizationName |
Methods
Equals(BiomMinutiaeFeatureDetectionType)
Returns true if BiomMinutiaeFeatureDetectionType instances are equal
Declaration
public bool Equals(BiomMinutiaeFeatureDetectionType other)
Parameters
Type | Name | Description |
---|---|---|
BiomMinutiaeFeatureDetectionType | other | Instance of BiomMinutiaeFeatureDetectionType 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(BiomMinutiaeFeatureDetectionType, BiomMinutiaeFeatureDetectionType)
Declaration
public static bool operator ==(BiomMinutiaeFeatureDetectionType left, BiomMinutiaeFeatureDetectionType right)
Parameters
Type | Name | Description |
---|---|---|
BiomMinutiaeFeatureDetectionType | left | |
BiomMinutiaeFeatureDetectionType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomMinutiaeFeatureDetectionType, BiomMinutiaeFeatureDetectionType)
Declaration
public static bool operator !=(BiomMinutiaeFeatureDetectionType left, BiomMinutiaeFeatureDetectionType right)
Parameters
Type | Name | Description |
---|---|---|
BiomMinutiaeFeatureDetectionType | left | |
BiomMinutiaeFeatureDetectionType | right |
Returns
Type | Description |
---|---|
System.Boolean |