Class BiomMinutiaeFrictionRidgeLocationType
A data type for a friction ridge position and polygon location within an image
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomMinutiaeFrictionRidgeLocationType : IEquatable<BiomMinutiaeFrictionRidgeLocationType>
Properties
Context
biomMinutiaeFrictionRidgeLocationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomMinutiaeFrictionRidgeLocationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomMinutiaeFrictionRidgeLocationType.ContextEnum> | biomMinutiaeFrictionRidgeLocationType JSON-LD context |
FingerprintOffCenterCode
An off-center position of a finger or thumb image NIEM reference is biom:FingerprintOffCenterCode
Declaration
[DataMember(Name = "fingerprintOffCenterCode")]
public List<BiomFingerprintOffCenterCodeType> FingerprintOffCenterCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomFingerprintOffCenterCodeType> | An off-center position of a finger or thumb image NIEM reference is biom:FingerprintOffCenterCode |
ImageSegmentPolygon
A set of vertices within an image describing a polygon-shaped region NIEM reference is biom:ImageSegmentPolygon
Declaration
[DataMember(Name = "imageSegmentPolygon")]
public List<BiomImageSegmentPolygonType> ImageSegmentPolygon { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomImageSegmentPolygonType> | A set of vertices within an image describing a polygon-shaped region NIEM reference is biom:ImageSegmentPolygon |
LatentFrictionRidgePositionCode
A code for latent friction ridge positions NIEM reference is biom:LatentFrictionRidgePositionCode
Declaration
[DataMember(Name = "latentFrictionRidgePositionCode")]
public List<string> LatentFrictionRidgePositionCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | A code for latent friction ridge positions NIEM reference is biom:LatentFrictionRidgePositionCode |
SegmentLocationCode
A location of a segment of a finger, e.g. distal, medial, or proximal NIEM reference is biom:SegmentLocationCode
Declaration
[DataMember(Name = "segmentLocationCode")]
public List<BiomSegmentLocationCodeType> SegmentLocationCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomSegmentLocationCodeType> | A location of a segment of a finger, e.g. distal, medial, or proximal NIEM reference is biom:SegmentLocationCode |
Methods
Equals(BiomMinutiaeFrictionRidgeLocationType)
Returns true if BiomMinutiaeFrictionRidgeLocationType instances are equal
Declaration
public bool Equals(BiomMinutiaeFrictionRidgeLocationType other)
Parameters
Type | Name | Description |
---|---|---|
BiomMinutiaeFrictionRidgeLocationType | other | Instance of BiomMinutiaeFrictionRidgeLocationType 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(BiomMinutiaeFrictionRidgeLocationType, BiomMinutiaeFrictionRidgeLocationType)
Declaration
public static bool operator ==(BiomMinutiaeFrictionRidgeLocationType left, BiomMinutiaeFrictionRidgeLocationType right)
Parameters
Type | Name | Description |
---|---|---|
BiomMinutiaeFrictionRidgeLocationType | left | |
BiomMinutiaeFrictionRidgeLocationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomMinutiaeFrictionRidgeLocationType, BiomMinutiaeFrictionRidgeLocationType)
Declaration
public static bool operator !=(BiomMinutiaeFrictionRidgeLocationType left, BiomMinutiaeFrictionRidgeLocationType right)
Parameters
Type | Name | Description |
---|---|---|
BiomMinutiaeFrictionRidgeLocationType | left | |
BiomMinutiaeFrictionRidgeLocationType | right |
Returns
Type | Description |
---|---|
System.Boolean |