Class ImportStudentsToGroupRequest
Inheritance
System.Object
ImportStudentsToGroupRequest
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class ImportStudentsToGroupRequest : ServiceRequest
Constructors
ImportStudentsToGroupRequest()
Declaration
public ImportStudentsToGroupRequest()
Properties
Action
Declaration
public int Action { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int FileFormat { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
FileName
Declaration
public string FileName { get; set; }
Property Value
Type |
Description |
System.String |
|
GroupExpirationDate
Declaration
public DateTime? GroupExpirationDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
GroupType
Declaration
public bool GroupType { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsPortalGroup
Declaration
public bool IsPortalGroup { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsTransferMonitoringGroup
Declaration
public bool IsTransferMonitoringGroup { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsUsedForAutoAwardCoa
Declaration
public bool IsUsedForAutoAwardCoa { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsUsedForAutoAwardRules
Declaration
public bool IsUsedForAutoAwardRules { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
OwnerStaffId
Declaration
public int? OwnerStaffId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StaffGroupIDs
Declaration
public List<int> StaffGroupIDs { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
StudentData
Declaration
public string StudentData { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentGroupId
Declaration
public int? StudentGroupId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentGroupName
Declaration
public string StudentGroupName { get; set; }
Property Value
Type |
Description |
System.String |
|
Type
Declaration
public int Type { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
UniqueIdentifier
Declaration
public int? UniqueIdentifier { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|