Class BiomMinutiaeDotType
A data type for a dot feature in a friction ridge image
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomMinutiaeDotType : IEquatable<BiomMinutiaeDotType>
Properties
Context
biomMinutiaeDotType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomMinutiaeDotType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomMinutiaeDotType.ContextEnum> | biomMinutiaeDotType JSON-LD context |
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 |
LengthMeasure
A length in 10 micrometer units (0.01mm) of a dot feature in a friction ridge image NIEM reference is biom:MinutiaeDotLengthMeasure
Declaration
[DataMember(Name = "lengthMeasure")]
public List<BiomInteger1to99Type> LengthMeasure { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomInteger1to99Type> | A length in 10 micrometer units (0.01mm) of a dot feature in a friction ridge image NIEM reference is biom:MinutiaeDotLengthMeasure |
Methods
Equals(BiomMinutiaeDotType)
Returns true if BiomMinutiaeDotType instances are equal
Declaration
public bool Equals(BiomMinutiaeDotType other)
Parameters
Type | Name | Description |
---|---|---|
BiomMinutiaeDotType | other | Instance of BiomMinutiaeDotType 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(BiomMinutiaeDotType, BiomMinutiaeDotType)
Declaration
public static bool operator ==(BiomMinutiaeDotType left, BiomMinutiaeDotType right)
Parameters
Type | Name | Description |
---|---|---|
BiomMinutiaeDotType | left | |
BiomMinutiaeDotType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomMinutiaeDotType, BiomMinutiaeDotType)
Declaration
public static bool operator !=(BiomMinutiaeDotType left, BiomMinutiaeDotType right)
Parameters
Type | Name | Description |
---|---|---|
BiomMinutiaeDotType | left | |
BiomMinutiaeDotType | right |
Returns
Type | Description |
---|---|
System.Boolean |