Class BiomRecordingDurationDetailType
A data type for a description of the duration of a recording, as expressed in time, size, and samplings.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomRecordingDurationDetailType : IEquatable<BiomRecordingDurationDetailType>
Properties
Context
biomRecordingDurationDetailType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomRecordingDurationDetailType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomRecordingDurationDetailType.ContextEnum> | biomRecordingDurationDetailType JSON-LD context |
RecordingCompressedBytesQuantity
A quantity representing the total number of compressed bytes in a digital recording stored as a data file. NIEM reference is biom:RecordingCompressedBytesQuantity
Declaration
[DataMember(Name = "recordingCompressedBytesQuantity")]
public List<NiemXspositiveInteger> RecordingCompressedBytesQuantity { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXspositiveInteger> | A quantity representing the total number of compressed bytes in a digital recording stored as a data file. NIEM reference is biom:RecordingCompressedBytesQuantity |
RecordingDuration
A number that gives the total length of a recording in microseconds. NIEM reference is biom:RecordingDuration
Declaration
[DataMember(Name = "recordingDuration")]
public List<NiemXspositiveInteger> RecordingDuration { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXspositiveInteger> | A number that gives the total length of a recording in microseconds. NIEM reference is biom:RecordingDuration |
RecordingSampleQuantity
A number that gives the total number of samples in a recorded data file after any decompression of the compressed signal. NIEM reference is biom:RecordingSampleQuantity
Declaration
[DataMember(Name = "recordingSampleQuantity")]
public List<NiemXspositiveInteger> RecordingSampleQuantity { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXspositiveInteger> | A number that gives the total number of samples in a recorded data file after any decompression of the compressed signal. NIEM reference is biom:RecordingSampleQuantity |
Methods
Equals(BiomRecordingDurationDetailType)
Returns true if BiomRecordingDurationDetailType instances are equal
Declaration
public bool Equals(BiomRecordingDurationDetailType other)
Parameters
Type | Name | Description |
---|---|---|
BiomRecordingDurationDetailType | other | Instance of BiomRecordingDurationDetailType 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(BiomRecordingDurationDetailType, BiomRecordingDurationDetailType)
Declaration
public static bool operator ==(BiomRecordingDurationDetailType left, BiomRecordingDurationDetailType right)
Parameters
Type | Name | Description |
---|---|---|
BiomRecordingDurationDetailType | left | |
BiomRecordingDurationDetailType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomRecordingDurationDetailType, BiomRecordingDurationDetailType)
Declaration
public static bool operator !=(BiomRecordingDurationDetailType left, BiomRecordingDurationDetailType right)
Parameters
Type | Name | Description |
---|---|---|
BiomRecordingDurationDetailType | left | |
BiomRecordingDurationDetailType | right |
Returns
Type | Description |
---|---|
System.Boolean |