Class BiomEFSRidgeCountItemType
A data type for a ridge count between two minutiae
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomEFSRidgeCountItemType : BiomMinutiaeRidgeCountItemType, IEquatable<BiomMinutiaeRidgeCountItemType>, IEquatable<BiomEFSRidgeCountItemType>
Properties
Context
biomEFSRidgeCountItemType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomEFSRidgeCountItemType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomEFSRidgeCountItemType.ContextEnum> | biomEFSRidgeCountItemType JSON-LD context |
MinutiaeRidgeCountOctantNumeric
A number assigned to a specific octant for ridge count purposes NIEM reference is biom:MinutiaeRidgeCountOctantNumeric
Declaration
[DataMember(Name = "minutiaeRidgeCountOctantNumeric")]
public List<BiomOctantNumericType> MinutiaeRidgeCountOctantNumeric { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomOctantNumericType> | A number assigned to a specific octant for ridge count purposes NIEM reference is biom:MinutiaeRidgeCountOctantNumeric |
MinutiaeRidgeCountResidualCode
A number assigned to the half of an octant in which a neighboring minutia lies NIEM reference is biom:MinutiaeRidgeCountResidualCode
Declaration
[DataMember(Name = "minutiaeRidgeCountResidualCode")]
public List<BiomMinutiaeRidgeCountResidualCodeType> MinutiaeRidgeCountResidualCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomMinutiaeRidgeCountResidualCodeType> | A number assigned to the half of an octant in which a neighboring minutia lies NIEM reference is biom:MinutiaeRidgeCountResidualCode |
Methods
Equals(BiomEFSRidgeCountItemType)
Returns true if BiomEFSRidgeCountItemType instances are equal
Declaration
public bool Equals(BiomEFSRidgeCountItemType other)
Parameters
Type | Name | Description |
---|---|---|
BiomEFSRidgeCountItemType | other | Instance of BiomEFSRidgeCountItemType 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(BiomEFSRidgeCountItemType, BiomEFSRidgeCountItemType)
Declaration
public static bool operator ==(BiomEFSRidgeCountItemType left, BiomEFSRidgeCountItemType right)
Parameters
Type | Name | Description |
---|---|---|
BiomEFSRidgeCountItemType | left | |
BiomEFSRidgeCountItemType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomEFSRidgeCountItemType, BiomEFSRidgeCountItemType)
Declaration
public static bool operator !=(BiomEFSRidgeCountItemType left, BiomEFSRidgeCountItemType right)
Parameters
Type | Name | Description |
---|---|---|
BiomEFSRidgeCountItemType | left | |
BiomEFSRidgeCountItemType | right |
Returns
Type | Description |
---|---|
System.Boolean |