Class BiomImageDistortionType
A data type for a distortion in an image
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomImageDistortionType : IEquatable<BiomImageDistortionType>
Properties
CategoryCode
A kind of distortion in an image NIEM reference is biom:ImageDistortionCategoryCode
Declaration
[DataMember(Name = "categoryCode")]
public List<BiomImageDistortionCategoryCodeType> CategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomImageDistortionCategoryCodeType> | A kind of distortion in an image NIEM reference is biom:ImageDistortionCategoryCode |
Context
biomImageDistortionType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomImageDistortionType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomImageDistortionType.ContextEnum> | biomImageDistortionType JSON-LD context |
MeasurementCode
A manner in which distortion in an image was measured, i.e. whether it was estimated or calculated NIEM reference is biom:ImageDistortionMeasurementCode
Declaration
[DataMember(Name = "measurementCode")]
public List<BiomImageDistortionMeasurementCodeType> MeasurementCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomImageDistortionMeasurementCodeType> | A manner in which distortion in an image was measured, i.e. whether it was estimated or calculated NIEM reference is biom:ImageDistortionMeasurementCode |
SeverityCode
A severity of distortion in an image NIEM reference is biom:ImageDistortionSeverityCode
Declaration
[DataMember(Name = "severityCode")]
public List<BiomImageDistortionSeverityCodeType> SeverityCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomImageDistortionSeverityCodeType> | A severity of distortion in an image NIEM reference is biom:ImageDistortionSeverityCode |
Methods
Equals(BiomImageDistortionType)
Returns true if BiomImageDistortionType instances are equal
Declaration
public bool Equals(BiomImageDistortionType other)
Parameters
Type | Name | Description |
---|---|---|
BiomImageDistortionType | other | Instance of BiomImageDistortionType 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(BiomImageDistortionType, BiomImageDistortionType)
Declaration
public static bool operator ==(BiomImageDistortionType left, BiomImageDistortionType right)
Parameters
Type | Name | Description |
---|---|---|
BiomImageDistortionType | left | |
BiomImageDistortionType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomImageDistortionType, BiomImageDistortionType)
Declaration
public static bool operator !=(BiomImageDistortionType left, BiomImageDistortionType right)
Parameters
Type | Name | Description |
---|---|---|
BiomImageDistortionType | left | |
BiomImageDistortionType | right |
Returns
Type | Description |
---|---|
System.Boolean |