Class BiomContentInformationType
A data type for indicating a recording's diarization status and the diarizing agency
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomContentInformationType : IEquatable<BiomContentInformationType>
Properties
Context
biomContentInformationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomContentInformationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomContentInformationType.ContextEnum> | biomContentInformationType JSON-LD context |
DiarizationIndicatorCode
A diarization Indicator Code. NIEM reference is biom:DiarizationIndicatorCode
Declaration
[DataMember(Name = "diarizationIndicatorCode")]
public List<BiomDiarizationIndicatorCodeType> DiarizationIndicatorCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomDiarizationIndicatorCodeType> | A diarization Indicator Code. NIEM reference is biom:DiarizationIndicatorCode |
ProcessingAuthority
A text value containing information about the agency that performed post-capture processing. NIEM reference is biom:ProcessingAuthorityText
Declaration
[DataMember(Name = "processingAuthority")]
public List<NcTextType> ProcessingAuthority { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A text value containing information about the agency that performed post-capture processing. NIEM reference is biom:ProcessingAuthorityText |
ProcessingComment
A text value containing information about the processing activities undertaken on the post-capture data. NIEM reference is biom:ProcessingCommentText
Declaration
[DataMember(Name = "processingComment")]
public List<NcTextType> ProcessingComment { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A text value containing information about the processing activities undertaken on the post-capture data. NIEM reference is biom:ProcessingCommentText |
Methods
Equals(BiomContentInformationType)
Returns true if BiomContentInformationType instances are equal
Declaration
public bool Equals(BiomContentInformationType other)
Parameters
Type | Name | Description |
---|---|---|
BiomContentInformationType | other | Instance of BiomContentInformationType 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(BiomContentInformationType, BiomContentInformationType)
Declaration
public static bool operator ==(BiomContentInformationType left, BiomContentInformationType right)
Parameters
Type | Name | Description |
---|---|---|
BiomContentInformationType | left | |
BiomContentInformationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomContentInformationType, BiomContentInformationType)
Declaration
public static bool operator !=(BiomContentInformationType left, BiomContentInformationType right)
Parameters
Type | Name | Description |
---|---|---|
BiomContentInformationType | left | |
BiomContentInformationType | right |
Returns
Type | Description |
---|---|
System.Boolean |