Class BiomDigitalMediaContainerType
A data type for container which contains information about the container format that encapsulates the audio data of the electronic file used to carry the voice data in the digital recording.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomDigitalMediaContainerType : IEquatable<BiomDigitalMediaContainerType>
Properties
AudioComment
A comment used to note any additional information about the audio information in a record. NIEM reference is biom:AudioCommentText
Declaration
[DataMember(Name = "audioComment")]
public List<NcTextType> AudioComment { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A comment used to note any additional information about the audio information in a record. NIEM reference is biom:AudioCommentText |
Context
biomDigitalMediaContainerType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomDigitalMediaContainerType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomDigitalMediaContainerType.ContextEnum> | biomDigitalMediaContainerType JSON-LD context |
ExternalReferenceCode
An external container reference code / ECON contains the 'reference code' from the table of containers available at http://www.nist.gov/itl/iad/ig/ansi_standard.cfm. NIEM reference is biom:DigitalMediaContainerExternalReferenceCodeText
Declaration
[DataMember(Name = "externalReferenceCode")]
public List<NcTextType> ExternalReferenceCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | An external container reference code / ECON contains the 'reference code' from the table of containers available at http://www.nist.gov/itl/iad/ig/ansi_standard.cfm. NIEM reference is biom:DigitalMediaContainerExternalReferenceCodeText |
FormatCode
A digital container format code which encapsulates audio data in an electronic digital recording file. NIEM reference is biom:DigitalMediaContainerFormatCode
Declaration
[DataMember(Name = "formatCode")]
public List<BiomDigitalMediaContainerFormatCodeType> FormatCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomDigitalMediaContainerFormatCodeType> | A digital container format code which encapsulates audio data in an electronic digital recording file. NIEM reference is biom:DigitalMediaContainerFormatCode |
Methods
Equals(BiomDigitalMediaContainerType)
Returns true if BiomDigitalMediaContainerType instances are equal
Declaration
public bool Equals(BiomDigitalMediaContainerType other)
Parameters
Type | Name | Description |
---|---|---|
BiomDigitalMediaContainerType | other | Instance of BiomDigitalMediaContainerType 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(BiomDigitalMediaContainerType, BiomDigitalMediaContainerType)
Declaration
public static bool operator ==(BiomDigitalMediaContainerType left, BiomDigitalMediaContainerType right)
Parameters
Type | Name | Description |
---|---|---|
BiomDigitalMediaContainerType | left | |
BiomDigitalMediaContainerType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomDigitalMediaContainerType, BiomDigitalMediaContainerType)
Declaration
public static bool operator !=(BiomDigitalMediaContainerType left, BiomDigitalMediaContainerType right)
Parameters
Type | Name | Description |
---|---|---|
BiomDigitalMediaContainerType | left | |
BiomDigitalMediaContainerType | right |
Returns
Type | Description |
---|---|
System.Boolean |