Class BiomSegmentGeographicalLocationType
A data type for a specific geographical location of the primary subject of a recording at the beginning of a recording segment.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomSegmentGeographicalLocationType : BiomGeographicSampleAcquisitionLocationType, IEquatable<BiomGeographicSampleAcquisitionLocationType>, IEquatable<BiomSegmentGeographicalLocationType>
Properties
CellPhoneTowerCode
A distinguishing description of the cell phone tower that relayed the audio data at the start of a specific time segment or segments. NIEM reference is biom:CellPhoneTowerCodeText
Declaration
[DataMember(Name = "cellPhoneTowerCode")]
public List<NcTextType> CellPhoneTowerCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A distinguishing description of the cell phone tower that relayed the audio data at the start of a specific time segment or segments. NIEM reference is biom:CellPhoneTowerCodeText |
Context
biomSegmentGeographicalLocationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomSegmentGeographicalLocationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomSegmentGeographicalLocationType.ContextEnum> | biomSegmentGeographicalLocationType JSON-LD context |
SegmentIdList
A list of segment identifiers. NIEM reference is biom:SegmentIDList
Declaration
[DataMember(Name = "segmentIdList")]
public List<BiomSegmentIDListType> SegmentIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomSegmentIDListType> | A list of segment identifiers. NIEM reference is biom:SegmentIDList |
Methods
Equals(BiomSegmentGeographicalLocationType)
Returns true if BiomSegmentGeographicalLocationType instances are equal
Declaration
public bool Equals(BiomSegmentGeographicalLocationType other)
Parameters
Type | Name | Description |
---|---|---|
BiomSegmentGeographicalLocationType | other | Instance of BiomSegmentGeographicalLocationType 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(BiomSegmentGeographicalLocationType, BiomSegmentGeographicalLocationType)
Declaration
public static bool operator ==(BiomSegmentGeographicalLocationType left, BiomSegmentGeographicalLocationType right)
Parameters
Type | Name | Description |
---|---|---|
BiomSegmentGeographicalLocationType | left | |
BiomSegmentGeographicalLocationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomSegmentGeographicalLocationType, BiomSegmentGeographicalLocationType)
Declaration
public static bool operator !=(BiomSegmentGeographicalLocationType left, BiomSegmentGeographicalLocationType right)
Parameters
Type | Name | Description |
---|---|---|
BiomSegmentGeographicalLocationType | left | |
BiomSegmentGeographicalLocationType | right |
Returns
Type | Description |
---|---|
System.Boolean |