Class BiomSourceAcquisitionType
A data type for an acquisition method for the source representation
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomSourceAcquisitionType : IEquatable<BiomSourceAcquisitionType>
Properties
AcquisitionDigitalConversionDescription
A description of the analog to digital equipment used to store a representation of the source NIEM reference is biom:AcquisitionDigitalConversionDescriptionText
Declaration
[DataMember(Name = "acquisitionDigitalConversionDescription")]
public List<NcTextType> AcquisitionDigitalConversionDescription { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of the analog to digital equipment used to store a representation of the source NIEM reference is biom:AcquisitionDigitalConversionDescriptionText |
AcquisitionRadioTransmissionFormatDescription
An acquisition radio transmission format description. NIEM reference is biom:AcquisitionRadioTransmissionFormatDescriptionText
Declaration
[DataMember(Name = "acquisitionRadioTransmissionFormatDescription")]
public List<NcTextType> AcquisitionRadioTransmissionFormatDescription { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | An acquisition radio transmission format description. NIEM reference is biom:AcquisitionRadioTransmissionFormatDescriptionText |
AcquisitionSource
An element to capture source or location information from which a biometric sample was collected. NIEM reference is biom:AcquisitionSourceText
Declaration
[DataMember(Name = "acquisitionSource")]
public List<NcTextType> AcquisitionSource { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | An element to capture source or location information from which a biometric sample was collected. NIEM reference is biom:AcquisitionSourceText |
AcquisitionSourceCategory
A kind of biometric capture source (system name etc.). NIEM reference is biom:AcquisitionSourceCategoryText
Declaration
[DataMember(Name = "acquisitionSourceCategory")]
public List<NcTextType> AcquisitionSourceCategory { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A kind of biometric capture source (system name etc.). NIEM reference is biom:AcquisitionSourceCategoryText |
AcquisitionSourceCode
A kind of acquisition method for the source representation NIEM reference is biom:AcquisitionSourceCode
Declaration
[DataMember(Name = "acquisitionSourceCode")]
public List<BiomAcquisitionSourceCodeType> AcquisitionSourceCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomAcquisitionSourceCodeType> | A kind of acquisition method for the source representation NIEM reference is biom:AcquisitionSourceCode |
AcquisitionSourceDescription
A description of a vendor-specified source of an image NIEM reference is biom:AcquisitionSourceDescriptionText
Declaration
[DataMember(Name = "acquisitionSourceDescription")]
public List<NcTextType> AcquisitionSourceDescription { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of a vendor-specified source of an image NIEM reference is biom:AcquisitionSourceDescriptionText |
AcquisitionSpecialCharacteristics
A description of any specific conditions. An example would be a near-infrared camera outputting images in visible wavelengths NIEM reference is biom:AcquisitionSpecialCharacteristicsText
Declaration
[DataMember(Name = "acquisitionSpecialCharacteristics")]
public List<NcTextType> AcquisitionSpecialCharacteristics { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of any specific conditions. An example would be a near-infrared camera outputting images in visible wavelengths NIEM reference is biom:AcquisitionSpecialCharacteristicsText |
Context
biomSourceAcquisitionType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomSourceAcquisitionType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomSourceAcquisitionType.ContextEnum> | biomSourceAcquisitionType JSON-LD context |
Methods
Equals(BiomSourceAcquisitionType)
Returns true if BiomSourceAcquisitionType instances are equal
Declaration
public bool Equals(BiomSourceAcquisitionType other)
Parameters
Type | Name | Description |
---|---|---|
BiomSourceAcquisitionType | other | Instance of BiomSourceAcquisitionType 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(BiomSourceAcquisitionType, BiomSourceAcquisitionType)
Declaration
public static bool operator ==(BiomSourceAcquisitionType left, BiomSourceAcquisitionType right)
Parameters
Type | Name | Description |
---|---|---|
BiomSourceAcquisitionType | left | |
BiomSourceAcquisitionType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomSourceAcquisitionType, BiomSourceAcquisitionType)
Declaration
public static bool operator !=(BiomSourceAcquisitionType left, BiomSourceAcquisitionType right)
Parameters
Type | Name | Description |
---|---|---|
BiomSourceAcquisitionType | left | |
BiomSourceAcquisitionType | right |
Returns
Type | Description |
---|---|
System.Boolean |