Class BatchCatalogAssignmentRequest
Represents the request for the BatchCatalog Assignment to a student method.
Inheritance
System.Object
BatchCatalogAssignmentRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class BatchCatalogAssignmentRequest : ServiceRequest
Constructors
BatchCatalogAssignmentRequest()
Declaration
public BatchCatalogAssignmentRequest()
Properties
BatchCatalogAssignmentStudentDetailList
Declaration
public ICollection<BatchCatalogAssignmentStudentDetailList> BatchCatalogAssignmentStudentDetailList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<BatchCatalogAssignmentStudentDetailList> |
CatalogYearId
set CatalogYearId
Declaration
[Obsolete("Deprecated. Do not use.")]
public int CatalogYearId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
EnrollId
set EnrollId
Declaration
[Obsolete("Deprecated. Do not use.")]
public int EnrollId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
FromCatalogYearId
set FromCatalogYearId
Declaration
public int FromCatalogYearId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ProgramVersionId
set ProgramVersionId
Declaration
public int ProgramVersionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentId
set StudentId
Declaration
[Obsolete("Deprecated. Do not use.")]
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ToCatalogYearId
set ToCatalogYearId
Declaration
public int ToCatalogYearId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
UserId
set UserId
Declaration
[Obsolete("Deprecated. Do not use.")]
public int UserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |