Class GpaCalculationRequest
Inheritance
System.Object
GpaCalculationRequest
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.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GpaCalculationRequest
Constructors
GpaCalculationRequest()
Declaration
public GpaCalculationRequest()
Properties
BatchId
Declaration
public string BatchId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CurrentUserId
Declaration
public int CurrentUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
GetOnlyCount
Declaration
public bool GetOnlyCount { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
GpaCalculationTypeCode
Declaration
public string GpaCalculationTypeCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GpaCalculationTypeId
Declaration
public int GpaCalculationTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsSystemDefined
Declaration
public bool IsSystemDefined { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PendingChanges
Declaration
public string PendingChanges { 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 |