Class BiomMinutiaRidgeCountType
A data type for a minutia ridge count
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomMinutiaRidgeCountType : IEquatable<BiomMinutiaRidgeCountType>
Properties
Context
biomMinutiaRidgeCountType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomMinutiaRidgeCountType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomMinutiaRidgeCountType.ContextEnum> | biomMinutiaRidgeCountType JSON-LD context |
RidgeCountReferenceId
An index identifier for a distant minutia point NIEM reference is biom:RidgeCountReferenceID
Declaration
[DataMember(Name = "ridgeCountReferenceId")]
public List<NiemXsstring> RidgeCountReferenceId { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsstring> | An index identifier for a distant minutia point NIEM reference is biom:RidgeCountReferenceID |
RidgeCountValue
A number of friction ridges between two features on an image NIEM reference is biom:RidgeCountValue
Declaration
[DataMember(Name = "ridgeCountValue")]
public List<NiemXsnonNegativeInteger> RidgeCountValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsnonNegativeInteger> | A number of friction ridges between two features on an image NIEM reference is biom:RidgeCountValue |
Methods
Equals(BiomMinutiaRidgeCountType)
Returns true if BiomMinutiaRidgeCountType instances are equal
Declaration
public bool Equals(BiomMinutiaRidgeCountType other)
Parameters
Type | Name | Description |
---|---|---|
BiomMinutiaRidgeCountType | other | Instance of BiomMinutiaRidgeCountType 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(BiomMinutiaRidgeCountType, BiomMinutiaRidgeCountType)
Declaration
public static bool operator ==(BiomMinutiaRidgeCountType left, BiomMinutiaRidgeCountType right)
Parameters
Type | Name | Description |
---|---|---|
BiomMinutiaRidgeCountType | left | |
BiomMinutiaRidgeCountType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomMinutiaRidgeCountType, BiomMinutiaRidgeCountType)
Declaration
public static bool operator !=(BiomMinutiaRidgeCountType left, BiomMinutiaRidgeCountType right)
Parameters
Type | Name | Description |
---|---|---|
BiomMinutiaRidgeCountType | left | |
BiomMinutiaRidgeCountType | right |
Returns
Type | Description |
---|---|
System.Boolean |