Class BiomMinutiaeRidgeCountConfidenceType
A data type for a confidence in a ridge count between two points
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomMinutiaeRidgeCountConfidenceType : IEquatable<BiomMinutiaeRidgeCountConfidenceType>
Properties
Context
biomMinutiaeRidgeCountConfidenceType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomMinutiaeRidgeCountConfidenceType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomMinutiaeRidgeCountConfidenceType.ContextEnum> | biomMinutiaeRidgeCountConfidenceType 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 |
MinutiaeRidgeCountMethodCode
A method of counting ridges NIEM reference is biom:MinutiaeRidgeCountMethodCode
Declaration
[DataMember(Name = "minutiaeRidgeCountMethodCode")]
public List<BiomMinutiaeRidgeCountMethodCodeType> MinutiaeRidgeCountMethodCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomMinutiaeRidgeCountMethodCodeType> | A method of counting ridges NIEM reference is biom:MinutiaeRidgeCountMethodCode |
Value
A degree of confidence in a ridge count between two points NIEM reference is biom:MinutiaeRidgeCountConfidenceValue
Declaration
[DataMember(Name = "value")]
public List<BiomMinutiaeRidgeCountConfidenceValueType> Value { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomMinutiaeRidgeCountConfidenceValueType> | A degree of confidence in a ridge count between two points NIEM reference is biom:MinutiaeRidgeCountConfidenceValue |
Methods
Equals(BiomMinutiaeRidgeCountConfidenceType)
Returns true if BiomMinutiaeRidgeCountConfidenceType instances are equal
Declaration
public bool Equals(BiomMinutiaeRidgeCountConfidenceType other)
Parameters
Type | Name | Description |
---|---|---|
BiomMinutiaeRidgeCountConfidenceType | other | Instance of BiomMinutiaeRidgeCountConfidenceType 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(BiomMinutiaeRidgeCountConfidenceType, BiomMinutiaeRidgeCountConfidenceType)
Declaration
public static bool operator ==(BiomMinutiaeRidgeCountConfidenceType left, BiomMinutiaeRidgeCountConfidenceType right)
Parameters
Type | Name | Description |
---|---|---|
BiomMinutiaeRidgeCountConfidenceType | left | |
BiomMinutiaeRidgeCountConfidenceType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomMinutiaeRidgeCountConfidenceType, BiomMinutiaeRidgeCountConfidenceType)
Declaration
public static bool operator !=(BiomMinutiaeRidgeCountConfidenceType left, BiomMinutiaeRidgeCountConfidenceType right)
Parameters
Type | Name | Description |
---|---|---|
BiomMinutiaeRidgeCountConfidenceType | left | |
BiomMinutiaeRidgeCountConfidenceType | right |
Returns
Type | Description |
---|---|
System.Boolean |