Class BiomContentDiaryInformationType
A data type lists highly-detailed timings within the voice recording of specific audio segments of interest.
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomContentDiaryInformationType : BiomDiaryInformationType, IEquatable<BiomDiaryInformationType>, IEquatable<BiomContentDiaryInformationType>
Properties
Context
biomContentDiaryInformationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomContentDiaryInformationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomContentDiaryInformationType.ContextEnum> | biomContentDiaryInformationType JSON-LD context |
OriginalRecordingDate
A date for the original, contemporaneous capture of the voice data in the segment identified NIEM reference is biom:OriginalRecordingDate
Declaration
[DataMember(Name = "originalRecordingDate")]
public List<NcDateType> OriginalRecordingDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date for the original, contemporaneous capture of the voice data in the segment identified NIEM reference is biom:OriginalRecordingDate |
SegmentRecordingEndDateTime
A local end time of the original, contemporaneous capture of the voice recording in the segment identified. NIEM reference is biom:SegmentRecordingEndDateTime
Declaration
[DataMember(Name = "segmentRecordingEndDateTime")]
public List<NiemXsdateTime> SegmentRecordingEndDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsdateTime> | A local end time of the original, contemporaneous capture of the voice recording in the segment identified. NIEM reference is biom:SegmentRecordingEndDateTime |
SegmentRecordingStartDateTime
A local start time of the original, contemporaneous capture of the voice recording in the segment identified. NIEM reference is biom:SegmentRecordingStartDateTime
Declaration
[DataMember(Name = "segmentRecordingStartDateTime")]
public List<NiemXsdateTime> SegmentRecordingStartDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsdateTime> | A local start time of the original, contemporaneous capture of the voice recording in the segment identified. NIEM reference is biom:SegmentRecordingStartDateTime |
TagEndDateTime
An end date/time tagged on the original, contemporaneous capture of the voice data at the end of the segment identified. NIEM reference is biom:TagEndDateTime
Declaration
[DataMember(Name = "tagEndDateTime")]
public List<NiemXsdateTime> TagEndDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsdateTime> | An end date/time tagged on the original, contemporaneous capture of the voice data at the end of the segment identified. NIEM reference is biom:TagEndDateTime |
TagStartDateTime
A start date/time tagged on the original, contemporaneous capture of the voice recording in the segment identified. NIEM reference is biom:TagStartDateTime
Declaration
[DataMember(Name = "tagStartDateTime")]
public List<NcDateType> TagStartDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A start date/time tagged on the original, contemporaneous capture of the voice recording in the segment identified. NIEM reference is biom:TagStartDateTime |
TimeComment
A comment on the timings of the segment recording, including the perceived accuracy of the contemporaneous capture time values. NIEM reference is biom:TimeCommentText
Declaration
[DataMember(Name = "timeComment")]
public List<NcTextType> TimeComment { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A comment on the timings of the segment recording, including the perceived accuracy of the contemporaneous capture time values. NIEM reference is biom:TimeCommentText |
TimeSourceDescription
A description of the source of the date and time values used for the contemporaneous capture of the recording. NIEM reference is biom:TimeSourceDescriptionText
Declaration
[DataMember(Name = "timeSourceDescription")]
public List<NcTextType> TimeSourceDescription { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of the source of the date and time values used for the contemporaneous capture of the recording. NIEM reference is biom:TimeSourceDescriptionText |
Methods
Equals(BiomContentDiaryInformationType)
Returns true if BiomContentDiaryInformationType instances are equal
Declaration
public bool Equals(BiomContentDiaryInformationType other)
Parameters
Type | Name | Description |
---|---|---|
BiomContentDiaryInformationType | other | Instance of BiomContentDiaryInformationType 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(BiomContentDiaryInformationType, BiomContentDiaryInformationType)
Declaration
public static bool operator ==(BiomContentDiaryInformationType left, BiomContentDiaryInformationType right)
Parameters
Type | Name | Description |
---|---|---|
BiomContentDiaryInformationType | left | |
BiomContentDiaryInformationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomContentDiaryInformationType, BiomContentDiaryInformationType)
Declaration
public static bool operator !=(BiomContentDiaryInformationType left, BiomContentDiaryInformationType right)
Parameters
Type | Name | Description |
---|---|---|
BiomContentDiaryInformationType | left | |
BiomContentDiaryInformationType | right |
Returns
Type | Description |
---|---|
System.Boolean |