Class BiomIrisImageOcclusionType
A data type for a blockage in an iris image
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomIrisImageOcclusionType : IEquatable<BiomIrisImageOcclusionType>
Properties
CategoryCode
A kind of blockage in an iris image NIEM reference is biom:IrisImageOcclusionCategoryCode
Declaration
[DataMember(Name = "categoryCode")]
public List<BiomImageOcclusionCategoryCodeType> CategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomImageOcclusionCategoryCodeType> | A kind of blockage in an iris image NIEM reference is biom:IrisImageOcclusionCategoryCode |
Context
biomIrisImageOcclusionType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomIrisImageOcclusionType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomIrisImageOcclusionType.ContextEnum> | biomIrisImageOcclusionType JSON-LD context |
ImageFeatureVertex
A vertex in a position path NIEM reference is biom:ImageFeatureVertex
Declaration
[DataMember(Name = "imageFeatureVertex")]
public List<BiomVertexType> ImageFeatureVertex { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomVertexType> | A vertex in a position path NIEM reference is biom:ImageFeatureVertex |
ImageFeatureVertexQuantity
A number of coordinate points in an image polyline or polygon NIEM reference is biom:ImageFeatureVertexQuantity
Declaration
[DataMember(Name = "imageFeatureVertexQuantity")]
public List<BiomImageFeatureVertexQuantityType> ImageFeatureVertexQuantity { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomImageFeatureVertexQuantityType> | A number of coordinate points in an image polyline or polygon NIEM reference is biom:ImageFeatureVertexQuantity |
OpacityCode
An opacity of a blockage in an iris image NIEM reference is biom:IrisImageOcclusionOpacityCode
Declaration
[DataMember(Name = "opacityCode")]
public List<BiomImageOcclusionOpacityCodeType> OpacityCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomImageOcclusionOpacityCodeType> | An opacity of a blockage in an iris image NIEM reference is biom:IrisImageOcclusionOpacityCode |
Methods
Equals(BiomIrisImageOcclusionType)
Returns true if BiomIrisImageOcclusionType instances are equal
Declaration
public bool Equals(BiomIrisImageOcclusionType other)
Parameters
Type | Name | Description |
---|---|---|
BiomIrisImageOcclusionType | other | Instance of BiomIrisImageOcclusionType 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(BiomIrisImageOcclusionType, BiomIrisImageOcclusionType)
Declaration
public static bool operator ==(BiomIrisImageOcclusionType left, BiomIrisImageOcclusionType right)
Parameters
Type | Name | Description |
---|---|---|
BiomIrisImageOcclusionType | left | |
BiomIrisImageOcclusionType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomIrisImageOcclusionType, BiomIrisImageOcclusionType)
Declaration
public static bool operator !=(BiomIrisImageOcclusionType left, BiomIrisImageOcclusionType right)
Parameters
Type | Name | Description |
---|---|---|
BiomIrisImageOcclusionType | left | |
BiomIrisImageOcclusionType | right |
Returns
Type | Description |
---|---|
System.Boolean |