Class BiomMinutiaeRidgeFlowMapType
A data type for a map of ridge flow values assigned to cells at a matrix of points overlaying an image containing minutiae
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomMinutiaeRidgeFlowMapType : IEquatable<BiomMinutiaeRidgeFlowMapType>
Properties
Context
biomMinutiaeRidgeFlowMapType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomMinutiaeRidgeFlowMapType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomMinutiaeRidgeFlowMapType.ContextEnum> | biomMinutiaeRidgeFlowMapType JSON-LD context |
FormatCode
A format of ridge flow values in the ridge flow map NIEM reference is biom:MinutiaeRidgeFlowMapFormatCode
Declaration
[DataMember(Name = "formatCode")]
public List<BiomMinutiaeRidgeFlowMapFormatCodeType> FormatCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomMinutiaeRidgeFlowMapFormatCodeType> | A format of ridge flow values in the ridge flow map NIEM reference is biom:MinutiaeRidgeFlowMapFormatCode |
Row
A string of values for cells in one row of a ridge flow map NIEM reference is biom:MinutiaeRidgeFlowMapRowText
Declaration
[DataMember(Name = "row")]
public List<NcTextType> Row { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A string of values for cells in one row of a ridge flow map NIEM reference is biom:MinutiaeRidgeFlowMapRowText |
SamplingFrequencyValue
A sampling frequency resolution in 10 micrometer units (0.01mm) of points in a ridge flow map NIEM reference is biom:MinutiaeRidgeFlowMapSamplingFrequencyValue
Declaration
[DataMember(Name = "samplingFrequencyValue")]
public List<BiomMapSamplingFrequencyValueType> SamplingFrequencyValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomMapSamplingFrequencyValueType> | A sampling frequency resolution in 10 micrometer units (0.01mm) of points in a ridge flow map NIEM reference is biom:MinutiaeRidgeFlowMapSamplingFrequencyValue |
Methods
Equals(BiomMinutiaeRidgeFlowMapType)
Returns true if BiomMinutiaeRidgeFlowMapType instances are equal
Declaration
public bool Equals(BiomMinutiaeRidgeFlowMapType other)
Parameters
Type | Name | Description |
---|---|---|
BiomMinutiaeRidgeFlowMapType | other | Instance of BiomMinutiaeRidgeFlowMapType 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(BiomMinutiaeRidgeFlowMapType, BiomMinutiaeRidgeFlowMapType)
Declaration
public static bool operator ==(BiomMinutiaeRidgeFlowMapType left, BiomMinutiaeRidgeFlowMapType right)
Parameters
Type | Name | Description |
---|---|---|
BiomMinutiaeRidgeFlowMapType | left | |
BiomMinutiaeRidgeFlowMapType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomMinutiaeRidgeFlowMapType, BiomMinutiaeRidgeFlowMapType)
Declaration
public static bool operator !=(BiomMinutiaeRidgeFlowMapType left, BiomMinutiaeRidgeFlowMapType right)
Parameters
Type | Name | Description |
---|---|---|
BiomMinutiaeRidgeFlowMapType | left | |
BiomMinutiaeRidgeFlowMapType | right |
Returns
Type | Description |
---|---|
System.Boolean |