Class SaveEnrollHonorRequest
Represents the a request for the SaveEnrollHonor method.
Inheritance
System.Object
SaveEnrollHonorRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class SaveEnrollHonorRequest : ServiceRequest
Constructors
SaveEnrollHonorRequest()
Declaration
public SaveEnrollHonorRequest()
Properties
AwardedDateList
AwardedDate
Declaration
public List<DateTime> AwardedDateList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.DateTime> |
ClearedDateList
ClearedDate
Declaration
public List<DateTime?> ClearedDateList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Nullable<System.DateTime>> |
Comment
Comment
Declaration
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DegreeIdList
DegreeIdList
Declaration
public List<int> DegreeIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
EnrollIdList
EnrollIdList
Declaration
public List<int> EnrollIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
HonorIdList
HonorIdList
Declaration
public List<int> HonorIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
TermId
TermId
Declaration
public int? TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |