Class BiomImageCaptureType
A data type for a set of information regarding the captured (e.g., scanned) image
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomImageCaptureType : BiomBiometricCaptureType, IEquatable<BiomBiometricCaptureType>, IEquatable<BiomImageCaptureType>
Properties
CaptureDeviceMonitoringModeCode
A level of human monitoring for an image capture device NIEM reference is biom:CaptureDeviceMonitoringModeCode
Declaration
[DataMember(Name = "captureDeviceMonitoringModeCode")]
public List<BiomCaptureDeviceMonitoringModeCodeType> CaptureDeviceMonitoringModeCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomCaptureDeviceMonitoringModeCodeType> | A level of human monitoring for an image capture device NIEM reference is biom:CaptureDeviceMonitoringModeCode |
CaptureHorizontalPixelDensityValue
A scanned pixel density in horizontal direction NIEM reference is biom:CaptureHorizontalPixelDensityValue
Declaration
[DataMember(Name = "captureHorizontalPixelDensityValue")]
public List<NiemXspositiveInteger> CaptureHorizontalPixelDensityValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXspositiveInteger> | A scanned pixel density in horizontal direction NIEM reference is biom:CaptureHorizontalPixelDensityValue |
CaptureVerticalPixelDensityValue
A scanned pixel density in the vertical direction NIEM reference is biom:CaptureVerticalPixelDensityValue
Declaration
[DataMember(Name = "captureVerticalPixelDensityValue")]
public List<NiemXspositiveInteger> CaptureVerticalPixelDensityValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXspositiveInteger> | A scanned pixel density in the vertical direction NIEM reference is biom:CaptureVerticalPixelDensityValue |
Context
biomImageCaptureType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomImageCaptureType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomImageCaptureType.ContextEnum> | biomImageCaptureType JSON-LD context |
Methods
Equals(BiomImageCaptureType)
Returns true if BiomImageCaptureType instances are equal
Declaration
public bool Equals(BiomImageCaptureType other)
Parameters
Type | Name | Description |
---|---|---|
BiomImageCaptureType | other | Instance of BiomImageCaptureType 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(BiomImageCaptureType, BiomImageCaptureType)
Declaration
public static bool operator ==(BiomImageCaptureType left, BiomImageCaptureType right)
Parameters
Type | Name | Description |
---|---|---|
BiomImageCaptureType | left | |
BiomImageCaptureType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomImageCaptureType, BiomImageCaptureType)
Declaration
public static bool operator !=(BiomImageCaptureType left, BiomImageCaptureType right)
Parameters
Type | Name | Description |
---|---|---|
BiomImageCaptureType | left | |
BiomImageCaptureType | right |
Returns
Type | Description |
---|---|
System.Boolean |