Class BiomAcquisitionLightingSpectrumType
A data type for a lighting spectrum used in capturing an image
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomAcquisitionLightingSpectrumType : IEquatable<BiomAcquisitionLightingSpectrumType>
Properties
Code
A lighting spectrum used in capturing an image NIEM reference is biom:AcquisitionLightingSpectrumCode
Declaration
[DataMember(Name = "code")]
public List<BiomAcquisitionLightingSpectrumCodeType> Code { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomAcquisitionLightingSpectrumCodeType> | A lighting spectrum used in capturing an image NIEM reference is biom:AcquisitionLightingSpectrumCode |
Context
biomAcquisitionLightingSpectrumType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomAcquisitionLightingSpectrumType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomAcquisitionLightingSpectrumType.ContextEnum> | biomAcquisitionLightingSpectrumType JSON-LD context |
LowerMeasure
A lower value in nanometers for the lighting spectrum used in capturing an iris image NIEM reference is biom:AcquisitionLightingSpectrumLowerMeasure
Declaration
[DataMember(Name = "lowerMeasure")]
public List<NiemXsnonNegativeInteger> LowerMeasure { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsnonNegativeInteger> | A lower value in nanometers for the lighting spectrum used in capturing an iris image NIEM reference is biom:AcquisitionLightingSpectrumLowerMeasure |
UpperMeasure
An upper value in nanometers for the lighting spectrum used in capturing an iris image NIEM reference is biom:AcquisitionLightingSpectrumUpperMeasure
Declaration
[DataMember(Name = "upperMeasure")]
public List<NiemXsnonNegativeInteger> UpperMeasure { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsnonNegativeInteger> | An upper value in nanometers for the lighting spectrum used in capturing an iris image NIEM reference is biom:AcquisitionLightingSpectrumUpperMeasure |
Methods
Equals(BiomAcquisitionLightingSpectrumType)
Returns true if BiomAcquisitionLightingSpectrumType instances are equal
Declaration
public bool Equals(BiomAcquisitionLightingSpectrumType other)
Parameters
Type | Name | Description |
---|---|---|
BiomAcquisitionLightingSpectrumType | other | Instance of BiomAcquisitionLightingSpectrumType 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(BiomAcquisitionLightingSpectrumType, BiomAcquisitionLightingSpectrumType)
Declaration
public static bool operator ==(BiomAcquisitionLightingSpectrumType left, BiomAcquisitionLightingSpectrumType right)
Parameters
Type | Name | Description |
---|---|---|
BiomAcquisitionLightingSpectrumType | left | |
BiomAcquisitionLightingSpectrumType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomAcquisitionLightingSpectrumType, BiomAcquisitionLightingSpectrumType)
Declaration
public static bool operator !=(BiomAcquisitionLightingSpectrumType left, BiomAcquisitionLightingSpectrumType right)
Parameters
Type | Name | Description |
---|---|---|
BiomAcquisitionLightingSpectrumType | left | |
BiomAcquisitionLightingSpectrumType | right |
Returns
Type | Description |
---|---|
System.Boolean |