Class CopyCreditsApplyOrderRequest
Inheritance
System.Object
CopyCreditsApplyOrderRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class CopyCreditsApplyOrderRequest : ServiceRequest
Constructors
CopyCreditsApplyOrderRequest()
Declaration
public CopyCreditsApplyOrderRequest()
Properties
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CopyToCampusIdList
Declaration
public ICollection<int> CopyToCampusIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<System.Int32> |