Class StudentAwardYear
Inheritance
System.Object
StudentAwardYear
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.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class StudentAwardYear
Constructors
StudentAwardYear()
Declaration
public StudentAwardYear()
Properties
AwardYear
Gets or sets the Award Year if the Student Group is same as that of IsirVerificationStudentGroupId
Declaration
public string AwardYear { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentId
Gets or sets the StudentId.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | StudentId. |