Class SubjectRecord#

Namespace: Aeon.Environment
Assembly: Aeon.Environment.dll

public class SubjectRecord

Inheritance#

objectSubjectRecord

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#

bool

BirthDate#

[Column("subject_birth_date")]
public DateTime? BirthDate { get; set; }

Property Value#

DateTime?

Description#

[Column("subject_description")]
public string Description { get; set; }

Property Value#

string

Id#

[Column("subject")]
public string Id { get; set; }

Property Value#

string

LabId#

[Column("lab_id")]
public string LabId { get; set; }

Property Value#

string

Sex#

[Column("sex")]
public SubjectSex Sex { get; set; }

Property Value#

SubjectSex

Methods#

ToString()#

Returns a string that represents the current object.

public override string ToString()

Returns#

string

A string that represents the current object.