Class BiomFrictionRidgeImageSegmentPositionSquareType
A data type for a square segment position for a particular friction ridge
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomFrictionRidgeImageSegmentPositionSquareType : IEquatable<BiomFrictionRidgeImageSegmentPositionSquareType>
Properties
Context
biomFrictionRidgeImageSegmentPositionSquareType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomFrictionRidgeImageSegmentPositionSquareType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomFrictionRidgeImageSegmentPositionSquareType.ContextEnum> | biomFrictionRidgeImageSegmentPositionSquareType JSON-LD context |
FingerPositionCode
A finger position code NIEM reference is biom:FingerPositionCode
Declaration
[DataMember(Name = "fingerPositionCode")]
public List<BiomFingerPositionCodeType> FingerPositionCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomFingerPositionCodeType> | A finger position code NIEM reference is biom:FingerPositionCode |
PalmPositionCode
A location on the palm that a print represents NIEM reference is biom:PalmPositionCode
Declaration
[DataMember(Name = "palmPositionCode")]
public List<BiomPalmPositionCodeType> PalmPositionCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomPalmPositionCodeType> | A location on the palm that a print represents NIEM reference is biom:PalmPositionCode |
PlantarPositionCode
A location on the foot that a print represents NIEM reference is biom:PlantarPositionCode
Declaration
[DataMember(Name = "plantarPositionCode")]
public List<BiomPlantarPositionCodeType> PlantarPositionCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomPlantarPositionCodeType> | A location on the foot that a print represents NIEM reference is biom:PlantarPositionCode |
SegmentBottomVerticalCoordinateValue
A bottom vertical offset of a segment box within an image in pixels NIEM reference is biom:SegmentBottomVerticalCoordinateValue
Declaration
[DataMember(Name = "segmentBottomVerticalCoordinateValue")]
public List<NiemXsnonNegativeInteger> SegmentBottomVerticalCoordinateValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsnonNegativeInteger> | A bottom vertical offset of a segment box within an image in pixels NIEM reference is biom:SegmentBottomVerticalCoordinateValue |
SegmentLeftHorizontalCoordinateValue
A left horizontal offset of a segment box within an image in pixels NIEM reference is biom:SegmentLeftHorizontalCoordinateValue
Declaration
[DataMember(Name = "segmentLeftHorizontalCoordinateValue")]
public List<NiemXsnonNegativeInteger> SegmentLeftHorizontalCoordinateValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsnonNegativeInteger> | A left horizontal offset of a segment box within an image in pixels NIEM reference is biom:SegmentLeftHorizontalCoordinateValue |
SegmentRightHorizontalCoordinateValue
A right horizontal offset of a segment box within an image in pixels NIEM reference is biom:SegmentRightHorizontalCoordinateValue
Declaration
[DataMember(Name = "segmentRightHorizontalCoordinateValue")]
public List<NiemXsnonNegativeInteger> SegmentRightHorizontalCoordinateValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsnonNegativeInteger> | A right horizontal offset of a segment box within an image in pixels NIEM reference is biom:SegmentRightHorizontalCoordinateValue |
SegmentTopVerticalCoordinateValue
A top vertical offset of a segment box within an image in pixels NIEM reference is biom:SegmentTopVerticalCoordinateValue
Declaration
[DataMember(Name = "segmentTopVerticalCoordinateValue")]
public List<NiemXsnonNegativeInteger> SegmentTopVerticalCoordinateValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsnonNegativeInteger> | A top vertical offset of a segment box within an image in pixels NIEM reference is biom:SegmentTopVerticalCoordinateValue |
Methods
Equals(BiomFrictionRidgeImageSegmentPositionSquareType)
Returns true if BiomFrictionRidgeImageSegmentPositionSquareType instances are equal
Declaration
public bool Equals(BiomFrictionRidgeImageSegmentPositionSquareType other)
Parameters
Type | Name | Description |
---|---|---|
BiomFrictionRidgeImageSegmentPositionSquareType | other | Instance of BiomFrictionRidgeImageSegmentPositionSquareType 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(BiomFrictionRidgeImageSegmentPositionSquareType, BiomFrictionRidgeImageSegmentPositionSquareType)
Declaration
public static bool operator ==(BiomFrictionRidgeImageSegmentPositionSquareType left, BiomFrictionRidgeImageSegmentPositionSquareType right)
Parameters
Type | Name | Description |
---|---|---|
BiomFrictionRidgeImageSegmentPositionSquareType | left | |
BiomFrictionRidgeImageSegmentPositionSquareType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomFrictionRidgeImageSegmentPositionSquareType, BiomFrictionRidgeImageSegmentPositionSquareType)
Declaration
public static bool operator !=(BiomFrictionRidgeImageSegmentPositionSquareType left, BiomFrictionRidgeImageSegmentPositionSquareType right)
Parameters
Type | Name | Description |
---|---|---|
BiomFrictionRidgeImageSegmentPositionSquareType | left | |
BiomFrictionRidgeImageSegmentPositionSquareType | right |
Returns
Type | Description |
---|---|
System.Boolean |