Class BiomDNALaboratoryAccreditationType
A data type for a description of the accreditation level of the organization responsible for processing DNA samples
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomDNALaboratoryAccreditationType : IEquatable<BiomDNALaboratoryAccreditationType>
Properties
Context
biomDNALaboratoryAccreditationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomDNALaboratoryAccreditationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomDNALaboratoryAccreditationType.ContextEnum> | biomDNALaboratoryAccreditationType JSON-LD context |
LevelCode
A level of DNA laboratory accreditation NIEM reference is biom:DNALaboratoryAccreditationLevelCode
Declaration
[DataMember(Name = "levelCode")]
public List<BiomDNALaboratoryAccreditationLevelCodeType> LevelCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomDNALaboratoryAccreditationLevelCodeType> | A level of DNA laboratory accreditation NIEM reference is biom:DNALaboratoryAccreditationLevelCode |
ScopeCode
A scope of a DNA laboratory accreditation NIEM reference is biom:DNALaboratoryAccreditationScopeCode
Declaration
[DataMember(Name = "scopeCode")]
public List<BiomDNALaboratoryAccreditationScopeCodeType> ScopeCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomDNALaboratoryAccreditationScopeCodeType> | A scope of a DNA laboratory accreditation NIEM reference is biom:DNALaboratoryAccreditationScopeCode |
Methods
Equals(BiomDNALaboratoryAccreditationType)
Returns true if BiomDNALaboratoryAccreditationType instances are equal
Declaration
public bool Equals(BiomDNALaboratoryAccreditationType other)
Parameters
Type | Name | Description |
---|---|---|
BiomDNALaboratoryAccreditationType | other | Instance of BiomDNALaboratoryAccreditationType 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(BiomDNALaboratoryAccreditationType, BiomDNALaboratoryAccreditationType)
Declaration
public static bool operator ==(BiomDNALaboratoryAccreditationType left, BiomDNALaboratoryAccreditationType right)
Parameters
Type | Name | Description |
---|---|---|
BiomDNALaboratoryAccreditationType | left | |
BiomDNALaboratoryAccreditationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomDNALaboratoryAccreditationType, BiomDNALaboratoryAccreditationType)
Declaration
public static bool operator !=(BiomDNALaboratoryAccreditationType left, BiomDNALaboratoryAccreditationType right)
Parameters
Type | Name | Description |
---|---|---|
BiomDNALaboratoryAccreditationType | left | |
BiomDNALaboratoryAccreditationType | right |
Returns
Type | Description |
---|---|
System.Boolean |