Class RecordAttendanceDatesRoster
Inheritance
System.Object
RecordAttendanceDatesRoster
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class RecordAttendanceDatesRoster
Constructors
RecordAttendanceDatesRoster()
Declaration
public RecordAttendanceDatesRoster()
Properties
CreatedDateTime
Declaration
public DateTime? CreatedDateTime { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
EndDate
Declaration
public DateTime? EndDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
EnrollmentStatusCategory
Declaration
public string EnrollmentStatusCategory { get; set; }
Property Value
Type |
Description |
System.String |
|
FirstName
Declaration
public string FirstName { get; set; }
Property Value
Type |
Description |
System.String |
|
IsAfterAddDrop
Declaration
public bool IsAfterAddDrop { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsPreventAttendance
Declaration
public bool IsPreventAttendance { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LastName
Declaration
public string LastName { get; set; }
Property Value
Type |
Description |
System.String |
|
LastRevenueEarnedDate
Declaration
public DateTime? LastRevenueEarnedDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Lda
Declaration
public DateTime? Lda { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Mi
Declaration
public string Mi { get; set; }
Property Value
Type |
Description |
System.String |
|
MinutesAbsent
Declaration
public int MinutesAbsent { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
MinutesAttended
Declaration
public int MinutesAttended { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Note
Declaration
public string Note { get; set; }
Property Value
Type |
Description |
System.String |
|
ProgramVersionName
Declaration
public string ProgramVersionName { get; set; }
Property Value
Type |
Description |
System.String |
|
SchoolStatusCode
Declaration
public string SchoolStatusCode { get; set; }
Property Value
Type |
Description |
System.String |
|
SchoolStatusId
Declaration
public int SchoolStatusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SchoolStatusName
Declaration
public string SchoolStatusName { get; set; }
Property Value
Type |
Description |
System.String |
|
Ssn
Declaration
public string Ssn { get; set; }
Property Value
Type |
Description |
System.String |
|
StartDate
Declaration
public DateTime? StartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
StudentCourseId
Declaration
public int StudentCourseId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentCourseStatus
Declaration
public string StudentCourseStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentEnrollmentId
Declaration
public int StudentEnrollmentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentName
Declaration
public string StudentName { get; set; }
Property Value
Type |
Description |
System.String |
|