Class BiomIrisImageMissingType
A data type for representing missing Iris image information
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomIrisImageMissingType : IEquatable<BiomIrisImageMissingType>
Properties
Context
biomIrisImageMissingType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomIrisImageMissingType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomIrisImageMissingType.ContextEnum> | biomIrisImageMissingType JSON-LD context |
IrisEyePositionCode
A designator of which eye is represented by the image NIEM reference is biom:IrisEyePositionCode
Declaration
[DataMember(Name = "irisEyePositionCode")]
public List<BiomEyePositionCodeType> IrisEyePositionCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomEyePositionCodeType> | A designator of which eye is represented by the image NIEM reference is biom:IrisEyePositionCode |
IrisMissingCode
A data of which to represent Iris Eye Position image data is missing NIEM reference is biom:IrisMissingCode
Declaration
[DataMember(Name = "irisMissingCode")]
public List<BiomIrisMissingCodeType> IrisMissingCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomIrisMissingCodeType> | A data of which to represent Iris Eye Position image data is missing NIEM reference is biom:IrisMissingCode |
Methods
Equals(BiomIrisImageMissingType)
Returns true if BiomIrisImageMissingType instances are equal
Declaration
public bool Equals(BiomIrisImageMissingType other)
Parameters
Type | Name | Description |
---|---|---|
BiomIrisImageMissingType | other | Instance of BiomIrisImageMissingType 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(BiomIrisImageMissingType, BiomIrisImageMissingType)
Declaration
public static bool operator ==(BiomIrisImageMissingType left, BiomIrisImageMissingType right)
Parameters
Type | Name | Description |
---|---|---|
BiomIrisImageMissingType | left | |
BiomIrisImageMissingType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomIrisImageMissingType, BiomIrisImageMissingType)
Declaration
public static bool operator !=(BiomIrisImageMissingType left, BiomIrisImageMissingType right)
Parameters
Type | Name | Description |
---|---|---|
BiomIrisImageMissingType | left | |
BiomIrisImageMissingType | right |
Returns
Type | Description |
---|---|
System.Boolean |