Class SubjectRecord#
Namespace: Aeon.Environment
Assembly: Aeon.Environment.dll
public class SubjectRecord
Inheritance#
Inherited Members#
object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()
Properties#
Available#
[Column("available")]
public bool Available { get; set; }
Property Value#
BirthDate#
[Column("subject_birth_date")]
public DateTime? BirthDate { get; set; }
Property Value#
Description#
[Column("subject_description")]
public string Description { get; set; }
Property Value#
Id#
[Column("subject")]
public string Id { get; set; }
Property Value#
LabId#
[Column("lab_id")]
public string LabId { get; set; }
Property Value#
Sex#
[Column("sex")]
public SubjectSex Sex { get; set; }
Property Value#
Methods#
ToString()#
Returns a string that represents the current object.
public override string ToString()
Returns#
A string that represents the current object.