Class BiomMinutiaeRidgeCountCoreToDeltaType
A data type for a core to delta ridge count
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomMinutiaeRidgeCountCoreToDeltaType : IEquatable<BiomMinutiaeRidgeCountCoreToDeltaType>
Properties
Context
biomMinutiaeRidgeCountCoreToDeltaType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomMinutiaeRidgeCountCoreToDeltaType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomMinutiaeRidgeCountCoreToDeltaType.ContextEnum> | biomMinutiaeRidgeCountCoreToDeltaType JSON-LD context |
CoreId
An index identifier of a particular core NIEM reference is biom:CoreID
Declaration
[DataMember(Name = "coreId")]
public List<NcTextType> CoreId { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | An index identifier of a particular core NIEM reference is biom:CoreID |
DeltaId
An identifier denoting the index number of a particular delta NIEM reference is biom:DeltaID
Declaration
[DataMember(Name = "deltaId")]
public List<NcTextType> DeltaId { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | An identifier denoting the index number of a particular delta NIEM reference is biom:DeltaID |
RidgeCountMaximumValue
A maximum number of friction ridges between two features on an image NIEM reference is biom:RidgeCountMaximumValue
Declaration
[DataMember(Name = "ridgeCountMaximumValue")]
public List<BiomInteger0to99Type> RidgeCountMaximumValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomInteger0to99Type> | A maximum number of friction ridges between two features on an image NIEM reference is biom:RidgeCountMaximumValue |
RidgeCountMinimumValue
A minimum number of friction ridges between two features on an image NIEM reference is biom:RidgeCountMinimumValue
Declaration
[DataMember(Name = "ridgeCountMinimumValue")]
public List<BiomInteger0to99Type> RidgeCountMinimumValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomInteger0to99Type> | A minimum number of friction ridges between two features on an image NIEM reference is biom:RidgeCountMinimumValue |
Methods
Equals(BiomMinutiaeRidgeCountCoreToDeltaType)
Returns true if BiomMinutiaeRidgeCountCoreToDeltaType instances are equal
Declaration
public bool Equals(BiomMinutiaeRidgeCountCoreToDeltaType other)
Parameters
Type | Name | Description |
---|---|---|
BiomMinutiaeRidgeCountCoreToDeltaType | other | Instance of BiomMinutiaeRidgeCountCoreToDeltaType 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(BiomMinutiaeRidgeCountCoreToDeltaType, BiomMinutiaeRidgeCountCoreToDeltaType)
Declaration
public static bool operator ==(BiomMinutiaeRidgeCountCoreToDeltaType left, BiomMinutiaeRidgeCountCoreToDeltaType right)
Parameters
Type | Name | Description |
---|---|---|
BiomMinutiaeRidgeCountCoreToDeltaType | left | |
BiomMinutiaeRidgeCountCoreToDeltaType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomMinutiaeRidgeCountCoreToDeltaType, BiomMinutiaeRidgeCountCoreToDeltaType)
Declaration
public static bool operator !=(BiomMinutiaeRidgeCountCoreToDeltaType left, BiomMinutiaeRidgeCountCoreToDeltaType right)
Parameters
Type | Name | Description |
---|---|---|
BiomMinutiaeRidgeCountCoreToDeltaType | left | |
BiomMinutiaeRidgeCountCoreToDeltaType | right |
Returns
Type | Description |
---|---|
System.Boolean |