Class BiomFingerprintImageMajorCasePrintType
A data type for a major case fingerprint image
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomFingerprintImageMajorCasePrintType : IEquatable<BiomFingerprintImageMajorCasePrintType>
Properties
Context
biomFingerprintImageMajorCasePrintType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomFingerprintImageMajorCasePrintType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomFingerprintImageMajorCasePrintType.ContextEnum> | biomFingerprintImageMajorCasePrintType 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 |
MajorCasePrintCode
A number of pixels in the left coordinate of the Image. NIEM reference is biom:MajorCasePrintCode
Declaration
[DataMember(Name = "majorCasePrintCode")]
public List<string> MajorCasePrintCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | A number of pixels in the left coordinate of the Image. NIEM reference is biom:MajorCasePrintCode |
MajorCasePrintSegmentOffset
A set of data describing the type and location of segments within a complete friction ridge exemplars image or slap print image NIEM reference is biom:MajorCasePrintSegmentOffset
Declaration
[DataMember(Name = "majorCasePrintSegmentOffset")]
public List<BiomMajorCasePrintSegmentOffsetType> MajorCasePrintSegmentOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomMajorCasePrintSegmentOffsetType> | A set of data describing the type and location of segments within a complete friction ridge exemplars image or slap print image NIEM reference is biom:MajorCasePrintSegmentOffset |
Methods
Equals(BiomFingerprintImageMajorCasePrintType)
Returns true if BiomFingerprintImageMajorCasePrintType instances are equal
Declaration
public bool Equals(BiomFingerprintImageMajorCasePrintType other)
Parameters
Type | Name | Description |
---|---|---|
BiomFingerprintImageMajorCasePrintType | other | Instance of BiomFingerprintImageMajorCasePrintType 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(BiomFingerprintImageMajorCasePrintType, BiomFingerprintImageMajorCasePrintType)
Declaration
public static bool operator ==(BiomFingerprintImageMajorCasePrintType left, BiomFingerprintImageMajorCasePrintType right)
Parameters
Type | Name | Description |
---|---|---|
BiomFingerprintImageMajorCasePrintType | left | |
BiomFingerprintImageMajorCasePrintType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomFingerprintImageMajorCasePrintType, BiomFingerprintImageMajorCasePrintType)
Declaration
public static bool operator !=(BiomFingerprintImageMajorCasePrintType left, BiomFingerprintImageMajorCasePrintType right)
Parameters
Type | Name | Description |
---|---|---|
BiomFingerprintImageMajorCasePrintType | left | |
BiomFingerprintImageMajorCasePrintType | right |
Returns
Type | Description |
---|---|
System.Boolean |