Class BiomRulerScalePresenceInformationType
A data type for the optional field allows the user to state whether a ruler or other known scale is present in the image.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomRulerScalePresenceInformationType : IEquatable<BiomRulerScalePresenceInformationType>
Properties
Context
biomRulerScalePresenceInformationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomRulerScalePresenceInformationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomRulerScalePresenceInformationType.ContextEnum> | biomRulerScalePresenceInformationType JSON-LD context |
RulerScaleMake
A make of a ruler or scale NIEM reference is biom:RulerScaleMakeText
Declaration
[DataMember(Name = "rulerScaleMake")]
public List<NcTextType> RulerScaleMake { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A make of a ruler or scale NIEM reference is biom:RulerScaleMakeText |
RulerScaleModel
A model of a ruler or scale NIEM reference is biom:RulerScaleModelText
Declaration
[DataMember(Name = "rulerScaleModel")]
public List<NcTextType> RulerScaleModel { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A model of a ruler or scale NIEM reference is biom:RulerScaleModelText |
RulerScaleUnitCode
A unit of measurement visible on the ruler or measurement scale. NIEM reference is biom:RulerScaleUnitCode
Declaration
[DataMember(Name = "rulerScaleUnitCode")]
public List<BiomRulerScaleUnitCodeType> RulerScaleUnitCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomRulerScaleUnitCodeType> | A unit of measurement visible on the ruler or measurement scale. NIEM reference is biom:RulerScaleUnitCode |
Methods
Equals(BiomRulerScalePresenceInformationType)
Returns true if BiomRulerScalePresenceInformationType instances are equal
Declaration
public bool Equals(BiomRulerScalePresenceInformationType other)
Parameters
Type | Name | Description |
---|---|---|
BiomRulerScalePresenceInformationType | other | Instance of BiomRulerScalePresenceInformationType 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(BiomRulerScalePresenceInformationType, BiomRulerScalePresenceInformationType)
Declaration
public static bool operator ==(BiomRulerScalePresenceInformationType left, BiomRulerScalePresenceInformationType right)
Parameters
Type | Name | Description |
---|---|---|
BiomRulerScalePresenceInformationType | left | |
BiomRulerScalePresenceInformationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomRulerScalePresenceInformationType, BiomRulerScalePresenceInformationType)
Declaration
public static bool operator !=(BiomRulerScalePresenceInformationType left, BiomRulerScalePresenceInformationType right)
Parameters
Type | Name | Description |
---|---|---|
BiomRulerScalePresenceInformationType | left | |
BiomRulerScalePresenceInformationType | right |
Returns
Type | Description |
---|---|
System.Boolean |