Class BiomMinutiaeRidgeWavelengthMapType
A data type for a ridge wavelength value 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 BiomMinutiaeRidgeWavelengthMapType : IEquatable<BiomMinutiaeRidgeWavelengthMapType>
Properties
Context
biomMinutiaeRidgeWavelengthMapType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomMinutiaeRidgeWavelengthMapType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomMinutiaeRidgeWavelengthMapType.ContextEnum> | biomMinutiaeRidgeWavelengthMapType JSON-LD context |
FormatCode
A format of ridge wavelength values in a ridge wavelength map NIEM reference is biom:MinutiaeRidgeWavelengthMapFormatCode
Declaration
[DataMember(Name = "formatCode")]
public List<BiomMinutiaeRidgeWavelengthMapFormatCodeType> FormatCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomMinutiaeRidgeWavelengthMapFormatCodeType> | A format of ridge wavelength values in a ridge wavelength map NIEM reference is biom:MinutiaeRidgeWavelengthMapFormatCode |
Row
A string of values for cells in one row of a ridge wavelength map NIEM reference is biom:MinutiaeRidgeWavelengthMapRowText
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 wavelength map NIEM reference is biom:MinutiaeRidgeWavelengthMapRowText |
SamplingFrequencyValue
A sampling frequency resolution in 10 micrometer units (0.01mm) of points in a ridge wavelength map NIEM reference is biom:MinutiaeRidgeWavelengthMapSamplingFrequencyValue
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 wavelength map NIEM reference is biom:MinutiaeRidgeWavelengthMapSamplingFrequencyValue |
Methods
Equals(BiomMinutiaeRidgeWavelengthMapType)
Returns true if BiomMinutiaeRidgeWavelengthMapType instances are equal
Declaration
public bool Equals(BiomMinutiaeRidgeWavelengthMapType other)
Parameters
Type | Name | Description |
---|---|---|
BiomMinutiaeRidgeWavelengthMapType | other | Instance of BiomMinutiaeRidgeWavelengthMapType 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(BiomMinutiaeRidgeWavelengthMapType, BiomMinutiaeRidgeWavelengthMapType)
Declaration
public static bool operator ==(BiomMinutiaeRidgeWavelengthMapType left, BiomMinutiaeRidgeWavelengthMapType right)
Parameters
Type | Name | Description |
---|---|---|
BiomMinutiaeRidgeWavelengthMapType | left | |
BiomMinutiaeRidgeWavelengthMapType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomMinutiaeRidgeWavelengthMapType, BiomMinutiaeRidgeWavelengthMapType)
Declaration
public static bool operator !=(BiomMinutiaeRidgeWavelengthMapType left, BiomMinutiaeRidgeWavelengthMapType right)
Parameters
Type | Name | Description |
---|---|---|
BiomMinutiaeRidgeWavelengthMapType | left | |
BiomMinutiaeRidgeWavelengthMapType | right |
Returns
Type | Description |
---|---|
System.Boolean |