Class BiomFrictionRidgeImageAreaOfCorrespondenceType
A data type for a portion of a friction ridge image that corresponds to another image
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomFrictionRidgeImageAreaOfCorrespondenceType : IEquatable<BiomFrictionRidgeImageAreaOfCorrespondenceType>
Properties
Context
biomFrictionRidgeImageAreaOfCorrespondenceType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomFrictionRidgeImageAreaOfCorrespondenceType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomFrictionRidgeImageAreaOfCorrespondenceType.ContextEnum> | biomFrictionRidgeImageAreaOfCorrespondenceType JSON-LD context |
ImageReferenceId
An identifier for denoting (or indexing together) instances of a particular record in a transaction NIEM reference is biom:ImageReferenceID
Declaration
[DataMember(Name = "imageReferenceId")]
public List<BiomInteger0to99Type> ImageReferenceId { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomInteger0to99Type> | An identifier for denoting (or indexing together) instances of a particular record in a transaction NIEM reference is biom:ImageReferenceID |
ImageReferenceIdentification
An identification of a particular record in a transaction. (Obsolete, use ImageReferenceID) NIEM reference is biom:ImageReferenceIdentification
Declaration
[DataMember(Name = "imageReferenceIdentification")]
public List<NcIdentificationType> ImageReferenceIdentification { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcIdentificationType> | An identification of a particular record in a transaction. (Obsolete, use ImageReferenceID) NIEM reference is biom:ImageReferenceIdentification |
ImageSegmentPolygon
A set of vertices within an image describing a polygon-shaped region NIEM reference is biom:ImageSegmentPolygon
Declaration
[DataMember(Name = "imageSegmentPolygon")]
public List<BiomImageSegmentPolygonType> ImageSegmentPolygon { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomImageSegmentPolygonType> | A set of vertices within an image describing a polygon-shaped region NIEM reference is biom:ImageSegmentPolygon |
MinutiaeComment
A free text comment about friction ridge features, methods, description, location, or background NIEM reference is biom:MinutiaeCommentText
Declaration
[DataMember(Name = "minutiaeComment")]
public List<NcTextType> MinutiaeComment { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A free text comment about friction ridge features, methods, description, location, or background NIEM reference is biom:MinutiaeCommentText |
Methods
Equals(BiomFrictionRidgeImageAreaOfCorrespondenceType)
Returns true if BiomFrictionRidgeImageAreaOfCorrespondenceType instances are equal
Declaration
public bool Equals(BiomFrictionRidgeImageAreaOfCorrespondenceType other)
Parameters
Type | Name | Description |
---|---|---|
BiomFrictionRidgeImageAreaOfCorrespondenceType | other | Instance of BiomFrictionRidgeImageAreaOfCorrespondenceType 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(BiomFrictionRidgeImageAreaOfCorrespondenceType, BiomFrictionRidgeImageAreaOfCorrespondenceType)
Declaration
public static bool operator ==(BiomFrictionRidgeImageAreaOfCorrespondenceType left, BiomFrictionRidgeImageAreaOfCorrespondenceType right)
Parameters
Type | Name | Description |
---|---|---|
BiomFrictionRidgeImageAreaOfCorrespondenceType | left | |
BiomFrictionRidgeImageAreaOfCorrespondenceType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomFrictionRidgeImageAreaOfCorrespondenceType, BiomFrictionRidgeImageAreaOfCorrespondenceType)
Declaration
public static bool operator !=(BiomFrictionRidgeImageAreaOfCorrespondenceType left, BiomFrictionRidgeImageAreaOfCorrespondenceType right)
Parameters
Type | Name | Description |
---|---|---|
BiomFrictionRidgeImageAreaOfCorrespondenceType | left | |
BiomFrictionRidgeImageAreaOfCorrespondenceType | right |
Returns
Type | Description |
---|---|
System.Boolean |