Class BiomForensicDentalSettingType
A data type for a set of information regarding the forensic setting information that carried out the analysis of the dental and oral data to identify or confirm the identity of the subject.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomForensicDentalSettingType : IEquatable<BiomForensicDentalSettingType>
Properties
ContactInformationDescription
A description of the contact information. NIEM reference is nc:ContactInformationDescriptionText
Declaration
[DataMember(Name = "contactInformationDescription")]
public List<NcTextType> ContactInformationDescription { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<NcTextType> | A description of the contact information. NIEM reference is nc:ContactInformationDescriptionText |
Context
biomForensicDentalSettingType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomForensicDentalSettingType.ContextEnum? Context { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<BiomForensicDentalSettingType.ContextEnum> | biomForensicDentalSettingType JSON-LD context |
ForensicAnalystCategoryCode
A code that contains a single letter describing the head of the team that processed the forensic data NIEM reference is biom:ForensicAnalystCategoryCode
Declaration
[DataMember(Name = "forensicAnalystCategoryCode")]
public List<BiomForensicAnalystCategoryCodeType> ForensicAnalystCategoryCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<BiomForensicAnalystCategoryCodeType> | A code that contains a single letter describing the head of the team that processed the forensic data NIEM reference is biom:ForensicAnalystCategoryCode |
ForensicSourceCountry
A country code, describing where a forensic analysis was performed. NIEM reference is biom:ForensicSourceCountry
Declaration
[DataMember(Name = "forensicSourceCountry")]
public List<NcCountryType> ForensicSourceCountry { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<NcCountryType> | A country code, describing where a forensic analysis was performed. NIEM reference is biom:ForensicSourceCountry |
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 |
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 |
Methods
Equals(BiomForensicDentalSettingType)
Returns true if BiomForensicDentalSettingType instances are equal
Declaration
public bool Equals(BiomForensicDentalSettingType other)
Parameters
| Type | Name | Description |
|---|---|---|
| BiomForensicDentalSettingType | other | Instance of BiomForensicDentalSettingType 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(BiomForensicDentalSettingType, BiomForensicDentalSettingType)
Declaration
public static bool operator ==(BiomForensicDentalSettingType left, BiomForensicDentalSettingType right)
Parameters
| Type | Name | Description |
|---|---|---|
| BiomForensicDentalSettingType | left | |
| BiomForensicDentalSettingType | right |
Returns
| Type | Description |
|---|---|
| System.Boolean |
Inequality(BiomForensicDentalSettingType, BiomForensicDentalSettingType)
Declaration
public static bool operator !=(BiomForensicDentalSettingType left, BiomForensicDentalSettingType right)
Parameters
| Type | Name | Description |
|---|---|---|
| BiomForensicDentalSettingType | left | |
| BiomForensicDentalSettingType | right |
Returns
| Type | Description |
|---|---|
| System.Boolean |