Class DocumentAssignmentStudent
Inheritance
System.Object
DocumentAssignmentStudent
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()
Namespace: Cmc.Nexus.Crm.Services
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class DocumentAssignmentStudent
Constructors
DocumentAssignmentStudent()
Declaration
public DocumentAssignmentStudent()
Properties
GradDate
Declaration
public DateTime? GradDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
PrintID
Declaration
public string PrintID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProgramVersion
Declaration
public string ProgramVersion { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SchoolStatus
Declaration
public string SchoolStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StartDate
Declaration
public DateTime? StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
StudentName
Declaration
public string StudentName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
systudentid
Declaration
public int? systudentid { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |