Class BiomFrictionRidgeImageRelativeRotationType
A data type for a relative overall rotation necessary for two prints to be compared
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomFrictionRidgeImageRelativeRotationType : IEquatable<BiomFrictionRidgeImageRelativeRotationType>
Properties
Context
biomFrictionRidgeImageRelativeRotationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomFrictionRidgeImageRelativeRotationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomFrictionRidgeImageRelativeRotationType.ContextEnum> | biomFrictionRidgeImageRelativeRotationType 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 |
ImageRelativeOverallRotationValue
A measure of rotation of an image NIEM reference is biom:ImageRelativeOverallRotationValue
Declaration
[DataMember(Name = "imageRelativeOverallRotationValue")]
public List<BiomRelativeRotationMeasureType> ImageRelativeOverallRotationValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomRelativeRotationMeasureType> | A measure of rotation of an image NIEM reference is biom:ImageRelativeOverallRotationValue |
Methods
Equals(BiomFrictionRidgeImageRelativeRotationType)
Returns true if BiomFrictionRidgeImageRelativeRotationType instances are equal
Declaration
public bool Equals(BiomFrictionRidgeImageRelativeRotationType other)
Parameters
Type | Name | Description |
---|---|---|
BiomFrictionRidgeImageRelativeRotationType | other | Instance of BiomFrictionRidgeImageRelativeRotationType 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(BiomFrictionRidgeImageRelativeRotationType, BiomFrictionRidgeImageRelativeRotationType)
Declaration
public static bool operator ==(BiomFrictionRidgeImageRelativeRotationType left, BiomFrictionRidgeImageRelativeRotationType right)
Parameters
Type | Name | Description |
---|---|---|
BiomFrictionRidgeImageRelativeRotationType | left | |
BiomFrictionRidgeImageRelativeRotationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomFrictionRidgeImageRelativeRotationType, BiomFrictionRidgeImageRelativeRotationType)
Declaration
public static bool operator !=(BiomFrictionRidgeImageRelativeRotationType left, BiomFrictionRidgeImageRelativeRotationType right)
Parameters
Type | Name | Description |
---|---|---|
BiomFrictionRidgeImageRelativeRotationType | left | |
BiomFrictionRidgeImageRelativeRotationType | right |
Returns
Type | Description |
---|---|
System.Boolean |