Class BiomAudioSourceRecorderType
A data type for a set of information regarding the captured voice information
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomAudioSourceRecorderType : IEquatable<BiomAudioSourceRecorderType>
Properties
Context
biomAudioSourceRecorderType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomAudioSourceRecorderType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomAudioSourceRecorderType.ContextEnum> | biomAudioSourceRecorderType JSON-LD context |
DeviceDescription
A description of a biometric capture device NIEM reference is biom:DeviceDescriptionText
Declaration
[DataMember(Name = "deviceDescription")]
public List<NcTextType> DeviceDescription { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of a biometric capture device NIEM reference is biom:DeviceDescriptionText |
DeviceMake
A make of an image capture device NIEM reference is biom:DeviceMakeText
Declaration
[DataMember(Name = "deviceMake")]
public List<NcTextType> DeviceMake { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A make of an image capture device NIEM reference is biom:DeviceMakeText |
DeviceModel
A model of an image capture device NIEM reference is biom:DeviceModelText
Declaration
[DataMember(Name = "deviceModel")]
public List<NcTextType> DeviceModel { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A model of an image capture device NIEM reference is biom:DeviceModelText |
DeviceSerialNumber
A serial number of the image capture device NIEM reference is biom:DeviceSerialNumberText
Declaration
[DataMember(Name = "deviceSerialNumber")]
public List<NcTextType> DeviceSerialNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A serial number of the image capture device NIEM reference is biom:DeviceSerialNumberText |
Methods
Equals(BiomAudioSourceRecorderType)
Returns true if BiomAudioSourceRecorderType instances are equal
Declaration
public bool Equals(BiomAudioSourceRecorderType other)
Parameters
Type | Name | Description |
---|---|---|
BiomAudioSourceRecorderType | other | Instance of BiomAudioSourceRecorderType 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(BiomAudioSourceRecorderType, BiomAudioSourceRecorderType)
Declaration
public static bool operator ==(BiomAudioSourceRecorderType left, BiomAudioSourceRecorderType right)
Parameters
Type | Name | Description |
---|---|---|
BiomAudioSourceRecorderType | left | |
BiomAudioSourceRecorderType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomAudioSourceRecorderType, BiomAudioSourceRecorderType)
Declaration
public static bool operator !=(BiomAudioSourceRecorderType left, BiomAudioSourceRecorderType right)
Parameters
Type | Name | Description |
---|---|---|
BiomAudioSourceRecorderType | left | |
BiomAudioSourceRecorderType | right |
Returns
Type | Description |
---|---|
System.Boolean |