Class BiomPalmPrintImageMissingAreaType
A data type for a missing area of a palm print image
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomPalmPrintImageMissingAreaType : IEquatable<BiomPalmPrintImageMissingAreaType>
Properties
Context
biomPalmPrintImageMissingAreaType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomPalmPrintImageMissingAreaType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomPalmPrintImageMissingAreaType.ContextEnum> | biomPalmPrintImageMissingAreaType JSON-LD context |
PalmMissingAreaReasonCode
A reason for a missing area of a palm print image NIEM reference is biom:PalmMissingAreaReasonCode
Declaration
[DataMember(Name = "palmMissingAreaReasonCode")]
public List<BiomFingerprintImageMissingAreaReasonCodeType> PalmMissingAreaReasonCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomFingerprintImageMissingAreaReasonCodeType> | A reason for a missing area of a palm print image NIEM reference is biom:PalmMissingAreaReasonCode |
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 |
Methods
Equals(BiomPalmPrintImageMissingAreaType)
Returns true if BiomPalmPrintImageMissingAreaType instances are equal
Declaration
public bool Equals(BiomPalmPrintImageMissingAreaType other)
Parameters
Type | Name | Description |
---|---|---|
BiomPalmPrintImageMissingAreaType | other | Instance of BiomPalmPrintImageMissingAreaType 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(BiomPalmPrintImageMissingAreaType, BiomPalmPrintImageMissingAreaType)
Declaration
public static bool operator ==(BiomPalmPrintImageMissingAreaType left, BiomPalmPrintImageMissingAreaType right)
Parameters
Type | Name | Description |
---|---|---|
BiomPalmPrintImageMissingAreaType | left | |
BiomPalmPrintImageMissingAreaType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomPalmPrintImageMissingAreaType, BiomPalmPrintImageMissingAreaType)
Declaration
public static bool operator !=(BiomPalmPrintImageMissingAreaType left, BiomPalmPrintImageMissingAreaType right)
Parameters
Type | Name | Description |
---|---|---|
BiomPalmPrintImageMissingAreaType | left | |
BiomPalmPrintImageMissingAreaType | right |
Returns
Type | Description |
---|---|
System.Boolean |