Class BiomMajorCasePrintSegmentOffsetType
A data type for a major case print segment offset
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomMajorCasePrintSegmentOffsetType : IEquatable<BiomMajorCasePrintSegmentOffsetType>
Properties
Context
biomMajorCasePrintSegmentOffsetType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomMajorCasePrintSegmentOffsetType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomMajorCasePrintSegmentOffsetType.ContextEnum> | biomMajorCasePrintSegmentOffsetType JSON-LD context |
FingerprintCoordinate
A coordinate of the bounding box for an individual finger. NIEM reference is biom:FingerprintCoordinate
Declaration
[DataMember(Name = "fingerprintCoordinate")]
public List<BiomFingerprintCoordinateType> FingerprintCoordinate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomFingerprintCoordinateType> | A coordinate of the bounding box for an individual finger. NIEM reference is biom:FingerprintCoordinate |
SegmentFingerViewCode
A kind of full finger view NIEM reference is biom:SegmentFingerViewCode
Declaration
[DataMember(Name = "segmentFingerViewCode")]
public List<BiomFingerViewCodeType> SegmentFingerViewCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomFingerViewCodeType> | A kind of full finger view NIEM reference is biom:SegmentFingerViewCode |
SegmentLocationCode
A location of a segment of a finger, e.g. distal, medial, or proximal NIEM reference is biom:SegmentLocationCode
Declaration
[DataMember(Name = "segmentLocationCode")]
public List<BiomSegmentLocationCodeType> SegmentLocationCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomSegmentLocationCodeType> | A location of a segment of a finger, e.g. distal, medial, or proximal NIEM reference is biom:SegmentLocationCode |
Methods
Equals(BiomMajorCasePrintSegmentOffsetType)
Returns true if BiomMajorCasePrintSegmentOffsetType instances are equal
Declaration
public bool Equals(BiomMajorCasePrintSegmentOffsetType other)
Parameters
Type | Name | Description |
---|---|---|
BiomMajorCasePrintSegmentOffsetType | other | Instance of BiomMajorCasePrintSegmentOffsetType 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(BiomMajorCasePrintSegmentOffsetType, BiomMajorCasePrintSegmentOffsetType)
Declaration
public static bool operator ==(BiomMajorCasePrintSegmentOffsetType left, BiomMajorCasePrintSegmentOffsetType right)
Parameters
Type | Name | Description |
---|---|---|
BiomMajorCasePrintSegmentOffsetType | left | |
BiomMajorCasePrintSegmentOffsetType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomMajorCasePrintSegmentOffsetType, BiomMajorCasePrintSegmentOffsetType)
Declaration
public static bool operator !=(BiomMajorCasePrintSegmentOffsetType left, BiomMajorCasePrintSegmentOffsetType right)
Parameters
Type | Name | Description |
---|---|---|
BiomMajorCasePrintSegmentOffsetType | left | |
BiomMajorCasePrintSegmentOffsetType | right |
Returns
Type | Description |
---|---|
System.Boolean |