Class StudentAction
Inheritance
System.Object
StudentAction
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 StudentAction
Constructors
StudentAction()
Declaration
public StudentAction()
Properties
ActionCode
Declaration
public string ActionCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ActionName
Declaration
public string ActionName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CampusName
Declaration
public string CampusName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SchoolCode
Declaration
public string SchoolCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
StudentNumber
Declaration
public string StudentNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VisaType
Declaration
public string VisaType { get; set; }
Property Value
Type | Description |
---|---|
System.String |