Class BiomFingerprintImageType
A data type for a fingerprint image
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomFingerprintImageType : BiomImageType, IEquatable<NcBinaryType>, IEquatable<BiomImageType>, IEquatable<BiomFingerprintImageType>
Properties
Context
biomFingerprintImageType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomFingerprintImageType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomFingerprintImageType.ContextEnum> | biomFingerprintImageType JSON-LD context |
FingerprintImpressionCategoryDescription
A description of a kind of fingerprint impression. NIEM reference is biom:FingerprintImpressionCategoryDescriptionText
Declaration
[DataMember(Name = "fingerprintImpressionCategoryDescription")]
public List<NcTextType> FingerprintImpressionCategoryDescription { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of a kind of fingerprint impression. NIEM reference is biom:FingerprintImpressionCategoryDescriptionText |
FrictionRidgeImageImpressionCaptureCategoryCode
A kind of impression capture by which friction ridge image information was obtained NIEM reference is biom:FrictionRidgeImageImpressionCaptureCategoryCode
Declaration
[DataMember(Name = "frictionRidgeImageImpressionCaptureCategoryCode")]
public List<BiomImpressionCaptureCategoryCodeType> FrictionRidgeImageImpressionCaptureCategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomImpressionCaptureCategoryCodeType> | A kind of impression capture by which friction ridge image information was obtained NIEM reference is biom:FrictionRidgeImageImpressionCaptureCategoryCode |
FrictionRidgeImpressionCaptureCode
A method used to capture a friction ridge impression. Conforms to ITL 2015. NIEM reference is biom:FrictionRidgeImpressionCaptureCode
Declaration
[DataMember(Name = "frictionRidgeImpressionCaptureCode")]
public List<BiomImpressionCaptureCodeType> FrictionRidgeImpressionCaptureCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomImpressionCaptureCodeType> | A method used to capture a friction ridge impression. Conforms to ITL 2015. NIEM reference is biom:FrictionRidgeImpressionCaptureCode |
ImpressionCaptureCategoryCode
A kind of impression capture by which a fingerprint image information was obtained NIEM reference is biom:FingerprintImageImpressionCaptureCategoryCode
Declaration
[DataMember(Name = "impressionCaptureCategoryCode")]
public List<BiomImpressionCaptureCategoryCodeType> ImpressionCaptureCategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomImpressionCaptureCategoryCodeType> | A kind of impression capture by which a fingerprint image information was obtained NIEM reference is biom:FingerprintImageImpressionCaptureCategoryCode |
Position
A set of possible finger position codes, most probable position first. NIEM reference is biom:FingerprintImagePosition
Declaration
[DataMember(Name = "position")]
public List<BiomFingerprintPositionListType> Position { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomFingerprintPositionListType> | A set of possible finger position codes, most probable position first. NIEM reference is biom:FingerprintImagePosition |
SubjectExistentialDetails
An optional field. This field is particularly useful if the image contained in this record is of an injury or latent image on a person. However, its use is not limited to such circumstances. Note that Field 10.041: SMT size or size of injury or iden NIEM reference is biom:SubjectExistentialDetails
Declaration
[DataMember(Name = "subjectExistentialDetails")]
public List<BiomSubjectExistentialDetailsType> SubjectExistentialDetails { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomSubjectExistentialDetailsType> | An optional field. This field is particularly useful if the image contained in this record is of an injury or latent image on a person. However, its use is not limited to such circumstances. Note that Field 10.041: SMT size or size of injury or iden NIEM reference is biom:SubjectExistentialDetails |
Methods
Equals(BiomFingerprintImageType)
Returns true if BiomFingerprintImageType instances are equal
Declaration
public bool Equals(BiomFingerprintImageType other)
Parameters
Type | Name | Description |
---|---|---|
BiomFingerprintImageType | other | Instance of BiomFingerprintImageType 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(BiomFingerprintImageType, BiomFingerprintImageType)
Declaration
public static bool operator ==(BiomFingerprintImageType left, BiomFingerprintImageType right)
Parameters
Type | Name | Description |
---|---|---|
BiomFingerprintImageType | left | |
BiomFingerprintImageType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomFingerprintImageType, BiomFingerprintImageType)
Declaration
public static bool operator !=(BiomFingerprintImageType left, BiomFingerprintImageType right)
Parameters
Type | Name | Description |
---|---|---|
BiomFingerprintImageType | left | |
BiomFingerprintImageType | right |
Returns
Type | Description |
---|---|
System.Boolean |