Class BiomDeviceType
A data type definition contains a set of information regarding the captured device information
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomDeviceType : IEquatable<BiomDeviceType>
Properties
Category
A kind of device type NIEM reference is biom:DeviceCategoryText
Declaration
[DataMember(Name = "category")]
public List<NcTextType> Category { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A kind of device type NIEM reference is biom:DeviceCategoryText |
Context
biomDeviceType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomDeviceType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomDeviceType.ContextEnum> | biomDeviceType JSON-LD context |
Description
A description of a biometric capture device NIEM reference is biom:DeviceDescriptionText
Declaration
[DataMember(Name = "description")]
public List<NcTextType> Description { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of a biometric capture device NIEM reference is biom:DeviceDescriptionText |
DeviceId
An identifier for a capture device NIEM reference is biom:DeviceID
Declaration
[DataMember(Name = "deviceId")]
public List<NcTextType> DeviceId { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | An identifier for a capture device NIEM reference is biom:DeviceID |
FirmwareVersion
A text that describes the firmware version for the image capture equipment. NIEM reference is biom:DeviceFirmwareVersionText
Declaration
[DataMember(Name = "firmwareVersion")]
public List<NcTextType> FirmwareVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A text that describes the firmware version for the image capture equipment. NIEM reference is biom:DeviceFirmwareVersionText |
Make
A make of an image capture device NIEM reference is biom:DeviceMakeText
Declaration
[DataMember(Name = "make")]
public List<NcTextType> Make { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A make of an image capture device NIEM reference is biom:DeviceMakeText |
Manufacturer
A kind of device manufacturer NIEM reference is biom:DeviceManufacturerText
Declaration
[DataMember(Name = "manufacturer")]
public List<NcTextType> Manufacturer { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A kind of device manufacturer NIEM reference is biom:DeviceManufacturerText |
Model
A model of an image capture device NIEM reference is biom:DeviceModelText
Declaration
[DataMember(Name = "model")]
public List<NcTextType> Model { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A model of an image capture device NIEM reference is biom:DeviceModelText |
Name
A name of a biometric capture system or device NIEM reference is biom:DeviceName
Declaration
[DataMember(Name = "name")]
public List<NcTextType> Name { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A name of a biometric capture system or device NIEM reference is biom:DeviceName |
SerialNumber
A serial number of the image capture device NIEM reference is biom:DeviceSerialNumberText
Declaration
[DataMember(Name = "serialNumber")]
public List<NcTextType> SerialNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A serial number of the image capture device NIEM reference is biom:DeviceSerialNumberText |
Version
A version of the data generated by a biometric capture device NIEM reference is biom:DeviceVersionText
Declaration
[DataMember(Name = "version")]
public List<NcTextType> Version { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A version of the data generated by a biometric capture device NIEM reference is biom:DeviceVersionText |
Methods
Equals(BiomDeviceType)
Returns true if BiomDeviceType instances are equal
Declaration
public bool Equals(BiomDeviceType other)
Parameters
Type | Name | Description |
---|---|---|
BiomDeviceType | other | Instance of BiomDeviceType 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(BiomDeviceType, BiomDeviceType)
Declaration
public static bool operator ==(BiomDeviceType left, BiomDeviceType right)
Parameters
Type | Name | Description |
---|---|---|
BiomDeviceType | left | |
BiomDeviceType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomDeviceType, BiomDeviceType)
Declaration
public static bool operator !=(BiomDeviceType left, BiomDeviceType right)
Parameters
Type | Name | Description |
---|---|---|
BiomDeviceType | left | |
BiomDeviceType | right |
Returns
Type | Description |
---|---|
System.Boolean |