Class BiomOtherMinutiaeType
A data type for a set of minutiae definitions to be used for a feature set owner or developer other than the ones specifically defined in this standard
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomOtherMinutiaeType : IEquatable<BiomOtherMinutiaeType>
Properties
CaptureDevice
A data type for a set of information regarding the captured device information NIEM reference is biom:CaptureDevice
Declaration
[DataMember(Name = "captureDevice")]
public List<BiomDeviceType> CaptureDevice { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomDeviceType> | A data type for a set of information regarding the captured device information NIEM reference is biom:CaptureDevice |
ContactInformationDescription
A description of the contact information. NIEM reference is nc:ContactInformationDescriptionText
Declaration
[DataMember(Name = "contactInformationDescription")]
public List<NcTextType> ContactInformationDescription { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of the contact information. NIEM reference is nc:ContactInformationDescriptionText |
Context
biomOtherMinutiaeType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomOtherMinutiaeType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomOtherMinutiaeType.ContextEnum> | biomOtherMinutiaeType JSON-LD context |
FingerRidgeMinutia
A minutia in a friction ridge image (Obsolete). NIEM reference is biom:FingerRidgeMinutia
Declaration
[DataMember(Name = "fingerRidgeMinutia")]
public List<BiomMinutiaType> FingerRidgeMinutia { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomMinutiaType> | A minutia in a friction ridge image (Obsolete). NIEM reference is biom:FingerRidgeMinutia |
ImageCaptureDetail
A set of information regarding the captured (e.g., scanned) image NIEM reference is biom:ImageCaptureDetail
Declaration
[DataMember(Name = "imageCaptureDetail")]
public List<BiomImageCaptureType> ImageCaptureDetail { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomImageCaptureType> | A set of information regarding the captured (e.g., scanned) image NIEM reference is biom:ImageCaptureDetail |
MinutiaeAlgorithm
An algorithm used to capture minutiae NIEM reference is biom:MinutiaeAlgorithm
Declaration
[DataMember(Name = "minutiaeAlgorithm")]
public List<BiomMinutiaeAlgorithmType> MinutiaeAlgorithm { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomMinutiaeAlgorithmType> | An algorithm used to capture minutiae NIEM reference is biom:MinutiaeAlgorithm |
MinutiaeAlgorithmOwner
A name of an editing station or owner or developer of a minutiae processing algorithm NIEM reference is biom:MinutiaeAlgorithmOwnerText
Declaration
[DataMember(Name = "minutiaeAlgorithmOwner")]
public List<NcTextType> MinutiaeAlgorithmOwner { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A name of an editing station or owner or developer of a minutiae processing algorithm NIEM reference is biom:MinutiaeAlgorithmOwnerText |
Methods
Equals(BiomOtherMinutiaeType)
Returns true if BiomOtherMinutiaeType instances are equal
Declaration
public bool Equals(BiomOtherMinutiaeType other)
Parameters
Type | Name | Description |
---|---|---|
BiomOtherMinutiaeType | other | Instance of BiomOtherMinutiaeType 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(BiomOtherMinutiaeType, BiomOtherMinutiaeType)
Declaration
public static bool operator ==(BiomOtherMinutiaeType left, BiomOtherMinutiaeType right)
Parameters
Type | Name | Description |
---|---|---|
BiomOtherMinutiaeType | left | |
BiomOtherMinutiaeType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomOtherMinutiaeType, BiomOtherMinutiaeType)
Declaration
public static bool operator !=(BiomOtherMinutiaeType left, BiomOtherMinutiaeType right)
Parameters
Type | Name | Description |
---|---|---|
BiomOtherMinutiaeType | left | |
BiomOtherMinutiaeType | right |
Returns
Type | Description |
---|---|
System.Boolean |