Class BiomIrisImageCaptureType
A data type for an iris image capture
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomIrisImageCaptureType : IEquatable<BiomIrisImageCaptureType>
Properties
Context
biomIrisImageCaptureType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomIrisImageCaptureType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomIrisImageCaptureType.ContextEnum> | biomIrisImageCaptureType JSON-LD context |
IrisImageHorizontalOrientationCode
A horizontal orientation of an image NIEM reference is biom:IrisImageHorizontalOrientationCode
Declaration
[DataMember(Name = "irisImageHorizontalOrientationCode")]
public List<BiomImageOrientationCodeType> IrisImageHorizontalOrientationCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomImageOrientationCodeType> | A horizontal orientation of an image NIEM reference is biom:IrisImageHorizontalOrientationCode |
IrisImageScanCategoryCode
A kind of iris image scan NIEM reference is biom:IrisImageScanCategoryCode
Declaration
[DataMember(Name = "irisImageScanCategoryCode")]
public List<BiomImageScanCategoryCodeType> IrisImageScanCategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomImageScanCategoryCodeType> | A kind of iris image scan NIEM reference is biom:IrisImageScanCategoryCode |
IrisImageVerticalOrientationCode
A vertical orientation of an image NIEM reference is biom:IrisImageVerticalOrientationCode
Declaration
[DataMember(Name = "irisImageVerticalOrientationCode")]
public List<BiomImageOrientationCodeType> IrisImageVerticalOrientationCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomImageOrientationCodeType> | A vertical orientation of an image NIEM reference is biom:IrisImageVerticalOrientationCode |
Methods
Equals(BiomIrisImageCaptureType)
Returns true if BiomIrisImageCaptureType instances are equal
Declaration
public bool Equals(BiomIrisImageCaptureType other)
Parameters
Type | Name | Description |
---|---|---|
BiomIrisImageCaptureType | other | Instance of BiomIrisImageCaptureType 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(BiomIrisImageCaptureType, BiomIrisImageCaptureType)
Declaration
public static bool operator ==(BiomIrisImageCaptureType left, BiomIrisImageCaptureType right)
Parameters
Type | Name | Description |
---|---|---|
BiomIrisImageCaptureType | left | |
BiomIrisImageCaptureType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomIrisImageCaptureType, BiomIrisImageCaptureType)
Declaration
public static bool operator !=(BiomIrisImageCaptureType left, BiomIrisImageCaptureType right)
Parameters
Type | Name | Description |
---|---|---|
BiomIrisImageCaptureType | left | |
BiomIrisImageCaptureType | right |
Returns
Type | Description |
---|---|
System.Boolean |