Class BiomMinutiaeFeatureCorrespondenceType
A data type for a correspondence between features in different friction ridge images
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomMinutiaeFeatureCorrespondenceType : IEquatable<BiomMinutiaeFeatureCorrespondenceType>
Properties
CategoryCode
A kind of correspondence between features in different friction ridge images NIEM reference is biom:MinutiaeFeatureCorrespondenceCategoryCode
Declaration
[DataMember(Name = "categoryCode")]
public List<BiomMinutiaeFeatureCorrespondenceCategoryCodeType> CategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomMinutiaeFeatureCorrespondenceCategoryCodeType> | A kind of correspondence between features in different friction ridge images NIEM reference is biom:MinutiaeFeatureCorrespondenceCategoryCode |
Context
biomMinutiaeFeatureCorrespondenceType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomMinutiaeFeatureCorrespondenceType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomMinutiaeFeatureCorrespondenceType.ContextEnum> | biomMinutiaeFeatureCorrespondenceType JSON-LD context |
CorrespondingSubfieldId
An identifier that uniquely designates which subfield occurrence is being referenced NIEM reference is biom:CorrespondingSubfieldID
Declaration
[DataMember(Name = "correspondingSubfieldId")]
public List<NiemXspositiveInteger> CorrespondingSubfieldId { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXspositiveInteger> | An identifier that uniquely designates which subfield occurrence is being referenced NIEM reference is biom:CorrespondingSubfieldID |
FeatureLabelId
An index identifier or unique label applied to minutiae by a latent examiner to allow correlation of features between images NIEM reference is biom:FeatureLabelID
Declaration
[DataMember(Name = "featureLabelId")]
public List<NcTextType> FeatureLabelId { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | An index identifier or unique label applied to minutiae by a latent examiner to allow correlation of features between images NIEM reference is biom:FeatureLabelID |
ImageFeatureVertex
A vertex in a position path NIEM reference is biom:ImageFeatureVertex
Declaration
[DataMember(Name = "imageFeatureVertex")]
public List<BiomVertexType> ImageFeatureVertex { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomVertexType> | A vertex in a position path NIEM reference is biom:ImageFeatureVertex |
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 |
MinutiaeFeatureCategoryCode
A kind of point or feature in a friction ridge impression NIEM reference is biom:MinutiaeFeatureCategoryCode
Declaration
[DataMember(Name = "minutiaeFeatureCategoryCode")]
public List<BiomMinutiaeFeatureCategoryCodeType> MinutiaeFeatureCategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomMinutiaeFeatureCategoryCodeType> | A kind of point or feature in a friction ridge impression NIEM reference is biom:MinutiaeFeatureCategoryCode |
Methods
Equals(BiomMinutiaeFeatureCorrespondenceType)
Returns true if BiomMinutiaeFeatureCorrespondenceType instances are equal
Declaration
public bool Equals(BiomMinutiaeFeatureCorrespondenceType other)
Parameters
Type | Name | Description |
---|---|---|
BiomMinutiaeFeatureCorrespondenceType | other | Instance of BiomMinutiaeFeatureCorrespondenceType 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(BiomMinutiaeFeatureCorrespondenceType, BiomMinutiaeFeatureCorrespondenceType)
Declaration
public static bool operator ==(BiomMinutiaeFeatureCorrespondenceType left, BiomMinutiaeFeatureCorrespondenceType right)
Parameters
Type | Name | Description |
---|---|---|
BiomMinutiaeFeatureCorrespondenceType | left | |
BiomMinutiaeFeatureCorrespondenceType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomMinutiaeFeatureCorrespondenceType, BiomMinutiaeFeatureCorrespondenceType)
Declaration
public static bool operator !=(BiomMinutiaeFeatureCorrespondenceType left, BiomMinutiaeFeatureCorrespondenceType right)
Parameters
Type | Name | Description |
---|---|---|
BiomMinutiaeFeatureCorrespondenceType | left | |
BiomMinutiaeFeatureCorrespondenceType | right |
Returns
Type | Description |
---|---|
System.Boolean |