Class BiomDNAPedigreeType
A data type for a description of a pedigree originating and held at a DNA laboratory
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomDNAPedigreeType : IEquatable<BiomDNAPedigreeType>
Properties
Comment
A descriptive comment about a DNA pedigree NIEM reference is biom:DNAPedigreeCommentText
Declaration
[DataMember(Name = "comment")]
public List<NcTextType> Comment { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A descriptive comment about a DNA pedigree NIEM reference is biom:DNAPedigreeCommentText |
Context
biomDNAPedigreeType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomDNAPedigreeType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomDNAPedigreeType.ContextEnum> | biomDNAPedigreeType JSON-LD context |
DnaPedigreeId
An identifier (i.e., file number) of a DNA pedigree NIEM reference is biom:DNAPedigreeID
Declaration
[DataMember(Name = "dnaPedigreeId")]
public List<NcTextType> DnaPedigreeId { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | An identifier (i.e., file number) of a DNA pedigree NIEM reference is biom:DNAPedigreeID |
FatherIndexNumeric
An index number that refers to the father of the subject of this DNA pedigree NIEM reference is biom:DNAPedigreeFatherIndexNumeric
Declaration
[DataMember(Name = "fatherIndexNumeric")]
public List<BiomInteger0to999Type> FatherIndexNumeric { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomInteger0to999Type> | An index number that refers to the father of the subject of this DNA pedigree NIEM reference is biom:DNAPedigreeFatherIndexNumeric |
MemberIndexNumeric
An index that refers to the DNA subject of the transaction and provides the ability to link pedigree information. NIEM reference is biom:DNAPedigreeMemberIndexNumeric
Declaration
[DataMember(Name = "memberIndexNumeric")]
public List<NcTextType> MemberIndexNumeric { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | An index that refers to the DNA subject of the transaction and provides the ability to link pedigree information. NIEM reference is biom:DNAPedigreeMemberIndexNumeric |
MemberStatusCode
A status of a subject of a DNA pedigree NIEM reference is biom:DNAPedigreeMemberStatusCode
Declaration
[DataMember(Name = "memberStatusCode")]
public List<BiomDNAPedigreeMemberStatusCodeType> MemberStatusCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomDNAPedigreeMemberStatusCodeType> | A status of a subject of a DNA pedigree NIEM reference is biom:DNAPedigreeMemberStatusCode |
MotherIndexNumeric
An index number that refers to the mother of a subject of this DNA pedigree NIEM reference is biom:DNAPedigreeMotherIndexNumeric
Declaration
[DataMember(Name = "motherIndexNumeric")]
public List<BiomInteger0to999Type> MotherIndexNumeric { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomInteger0to999Type> | An index number that refers to the mother of a subject of this DNA pedigree NIEM reference is biom:DNAPedigreeMotherIndexNumeric |
SampleId
An Identifier for a DNA sample linking it to this related pedigree NIEM reference is biom:DNAPedigreeSampleID
Declaration
[DataMember(Name = "sampleId")]
public List<NcTextType> SampleId { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | An Identifier for a DNA sample linking it to this related pedigree NIEM reference is biom:DNAPedigreeSampleID |
Methods
Equals(BiomDNAPedigreeType)
Returns true if BiomDNAPedigreeType instances are equal
Declaration
public bool Equals(BiomDNAPedigreeType other)
Parameters
Type | Name | Description |
---|---|---|
BiomDNAPedigreeType | other | Instance of BiomDNAPedigreeType 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(BiomDNAPedigreeType, BiomDNAPedigreeType)
Declaration
public static bool operator ==(BiomDNAPedigreeType left, BiomDNAPedigreeType right)
Parameters
Type | Name | Description |
---|---|---|
BiomDNAPedigreeType | left | |
BiomDNAPedigreeType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomDNAPedigreeType, BiomDNAPedigreeType)
Declaration
public static bool operator !=(BiomDNAPedigreeType left, BiomDNAPedigreeType right)
Parameters
Type | Name | Description |
---|---|---|
BiomDNAPedigreeType | left | |
BiomDNAPedigreeType | right |
Returns
Type | Description |
---|---|
System.Boolean |