Class BiomPhysicalFeatureSizeType
A data type for a size of a physical feature
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomPhysicalFeatureSizeType : IEquatable<BiomPhysicalFeatureSizeType>
Properties
Context
biomPhysicalFeatureSizeType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomPhysicalFeatureSizeType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomPhysicalFeatureSizeType.ContextEnum> | biomPhysicalFeatureSizeType JSON-LD context |
PhysicalFeatureHeightMeasure
A feature's height in whole centimeters NIEM reference is biom:PhysicalFeatureHeightMeasure
Declaration
[DataMember(Name = "physicalFeatureHeightMeasure")]
public List<NiemXspositiveInteger> PhysicalFeatureHeightMeasure { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXspositiveInteger> | A feature's height in whole centimeters NIEM reference is biom:PhysicalFeatureHeightMeasure |
PhysicalFeatureWidthMeasure
A feature's width in whole centimeters NIEM reference is biom:PhysicalFeatureWidthMeasure
Declaration
[DataMember(Name = "physicalFeatureWidthMeasure")]
public List<NiemXspositiveInteger> PhysicalFeatureWidthMeasure { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXspositiveInteger> | A feature's width in whole centimeters NIEM reference is biom:PhysicalFeatureWidthMeasure |
Methods
Equals(BiomPhysicalFeatureSizeType)
Returns true if BiomPhysicalFeatureSizeType instances are equal
Declaration
public bool Equals(BiomPhysicalFeatureSizeType other)
Parameters
Type | Name | Description |
---|---|---|
BiomPhysicalFeatureSizeType | other | Instance of BiomPhysicalFeatureSizeType 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(BiomPhysicalFeatureSizeType, BiomPhysicalFeatureSizeType)
Declaration
public static bool operator ==(BiomPhysicalFeatureSizeType left, BiomPhysicalFeatureSizeType right)
Parameters
Type | Name | Description |
---|---|---|
BiomPhysicalFeatureSizeType | left | |
BiomPhysicalFeatureSizeType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomPhysicalFeatureSizeType, BiomPhysicalFeatureSizeType)
Declaration
public static bool operator !=(BiomPhysicalFeatureSizeType left, BiomPhysicalFeatureSizeType right)
Parameters
Type | Name | Description |
---|---|---|
BiomPhysicalFeatureSizeType | left | |
BiomPhysicalFeatureSizeType | right |
Returns
Type | Description |
---|---|
System.Boolean |