Class BiomRecordingSettingDetailType
A data type for a description of the details surrounding the creation of a recording
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomRecordingSettingDetailType : IEquatable<BiomRecordingSettingDetailType>
Properties
Context
biomRecordingSettingDetailType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomRecordingSettingDetailType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomRecordingSettingDetailType.ContextEnum> | biomRecordingSettingDetailType JSON-LD context |
OrganizationPrimaryContactInformation
A preferred means of contacting an organization. NIEM reference is nc:OrganizationPrimaryContactInformation
Declaration
[DataMember(Name = "organizationPrimaryContactInformation")]
public List<NcContactInformationType> OrganizationPrimaryContactInformation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcContactInformationType> | A preferred means of contacting an organization. NIEM reference is nc:OrganizationPrimaryContactInformation |
RecordingSourceCategoryCode
A kind of site or agency that created a recording. NIEM reference is biom:RecordingSourceCategoryCode
Declaration
[DataMember(Name = "recordingSourceCategoryCode")]
public List<BiomRecordingSourceCategoryCodeType> RecordingSourceCategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomRecordingSourceCategoryCodeType> | A kind of site or agency that created a recording. NIEM reference is biom:RecordingSourceCategoryCode |
RecordingSourceCountry
A country code, describing where a recording was created. NIEM reference is biom:RecordingSourceCountry
Declaration
[DataMember(Name = "recordingSourceCountry")]
public List<NcCountryType> RecordingSourceCountry { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcCountryType> | A country code, describing where a recording was created. NIEM reference is biom:RecordingSourceCountry |
SourceOrganizationName
A name of an Organization which was the creator and/or source of a specific biometric file. NIEM reference is biom:SourceOrganizationName
Declaration
[DataMember(Name = "sourceOrganizationName")]
public List<NcTextType> SourceOrganizationName { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A name of an Organization which was the creator and/or source of a specific biometric file. NIEM reference is biom:SourceOrganizationName |
Methods
Equals(BiomRecordingSettingDetailType)
Returns true if BiomRecordingSettingDetailType instances are equal
Declaration
public bool Equals(BiomRecordingSettingDetailType other)
Parameters
Type | Name | Description |
---|---|---|
BiomRecordingSettingDetailType | other | Instance of BiomRecordingSettingDetailType 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(BiomRecordingSettingDetailType, BiomRecordingSettingDetailType)
Declaration
public static bool operator ==(BiomRecordingSettingDetailType left, BiomRecordingSettingDetailType right)
Parameters
Type | Name | Description |
---|---|---|
BiomRecordingSettingDetailType | left | |
BiomRecordingSettingDetailType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomRecordingSettingDetailType, BiomRecordingSettingDetailType)
Declaration
public static bool operator !=(BiomRecordingSettingDetailType left, BiomRecordingSettingDetailType right)
Parameters
Type | Name | Description |
---|---|---|
BiomRecordingSettingDetailType | left | |
BiomRecordingSettingDetailType | right |
Returns
Type | Description |
---|---|
System.Boolean |