Class BiomMinutiaeImageRidgePathType
A data type for a set of ridge paths in a particular friction ridge image
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomMinutiaeImageRidgePathType : IEquatable<BiomMinutiaeImageRidgePathType>
Properties
Context
biomMinutiaeImageRidgePathType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomMinutiaeImageRidgePathType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomMinutiaeImageRidgePathType.ContextEnum> | biomMinutiaeImageRidgePathType JSON-LD context |
MinutiaeRidgePathSegment
A set of points overlaying a friction ridge image that describes all or part of a ridge NIEM reference is biom:MinutiaeRidgePathSegment
Declaration
[DataMember(Name = "minutiaeRidgePathSegment")]
public List<BiomOpenPathSegmentType> MinutiaeRidgePathSegment { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomOpenPathSegmentType> | A set of points overlaying a friction ridge image that describes all or part of a ridge NIEM reference is biom:MinutiaeRidgePathSegment |
Methods
Equals(BiomMinutiaeImageRidgePathType)
Returns true if BiomMinutiaeImageRidgePathType instances are equal
Declaration
public bool Equals(BiomMinutiaeImageRidgePathType other)
Parameters
Type | Name | Description |
---|---|---|
BiomMinutiaeImageRidgePathType | other | Instance of BiomMinutiaeImageRidgePathType 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(BiomMinutiaeImageRidgePathType, BiomMinutiaeImageRidgePathType)
Declaration
public static bool operator ==(BiomMinutiaeImageRidgePathType left, BiomMinutiaeImageRidgePathType right)
Parameters
Type | Name | Description |
---|---|---|
BiomMinutiaeImageRidgePathType | left | |
BiomMinutiaeImageRidgePathType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomMinutiaeImageRidgePathType, BiomMinutiaeImageRidgePathType)
Declaration
public static bool operator !=(BiomMinutiaeImageRidgePathType left, BiomMinutiaeImageRidgePathType right)
Parameters
Type | Name | Description |
---|---|---|
BiomMinutiaeImageRidgePathType | left | |
BiomMinutiaeImageRidgePathType | right |
Returns
Type | Description |
---|---|
System.Boolean |