Class ImportStudentsResponse
Inheritance
System.Object
ImportStudentsResponse
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 ImportStudentsResponse
Constructors
ImportStudentsResponse()
Declaration
public ImportStudentsResponse()
Properties
ExceptionMessage
Declaration
public string ExceptionMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentId
Declaration
public int? StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
StudentNumber
Declaration
public string StudentNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UniqueIdentifier
Declaration
public int? UniqueIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |