Class BiomToothDataADAReferenceCodeListType
A data type for a list of tooth data ADA reference valid codes from ANSI/ADA Standard No. 1058, Section 9
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomToothDataADAReferenceCodeListType : IEquatable<BiomToothDataADAReferenceCodeListType>
Properties
AdaReferenceCode
A kind of ADA reference code text NIEM reference is biom:ADAReferenceCodeText
Declaration
[DataMember(Name = "adaReferenceCode")]
public List<NcTextType> AdaReferenceCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A kind of ADA reference code text NIEM reference is biom:ADAReferenceCodeText |
Context
biomToothDataADAReferenceCodeListType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomToothDataADAReferenceCodeListType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomToothDataADAReferenceCodeListType.ContextEnum> | biomToothDataADAReferenceCodeListType JSON-LD context |
Methods
Equals(BiomToothDataADAReferenceCodeListType)
Returns true if BiomToothDataADAReferenceCodeListType instances are equal
Declaration
public bool Equals(BiomToothDataADAReferenceCodeListType other)
Parameters
Type | Name | Description |
---|---|---|
BiomToothDataADAReferenceCodeListType | other | Instance of BiomToothDataADAReferenceCodeListType 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(BiomToothDataADAReferenceCodeListType, BiomToothDataADAReferenceCodeListType)
Declaration
public static bool operator ==(BiomToothDataADAReferenceCodeListType left, BiomToothDataADAReferenceCodeListType right)
Parameters
Type | Name | Description |
---|---|---|
BiomToothDataADAReferenceCodeListType | left | |
BiomToothDataADAReferenceCodeListType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomToothDataADAReferenceCodeListType, BiomToothDataADAReferenceCodeListType)
Declaration
public static bool operator !=(BiomToothDataADAReferenceCodeListType left, BiomToothDataADAReferenceCodeListType right)
Parameters
Type | Name | Description |
---|---|---|
BiomToothDataADAReferenceCodeListType | left | |
BiomToothDataADAReferenceCodeListType | right |
Returns
Type | Description |
---|---|
System.Boolean |