Class FerpaGroupDirectoryRequest
Represents the a request for the GetStudentDocuments method.
Inheritance
System.Object
FerpaGroupDirectoryRequest
Namespace: Cmc.Nexus.Crm.Services
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class FerpaGroupDirectoryRequest : ServiceRequest
Constructors
FerpaGroupDirectoryRequest()
Declaration
public FerpaGroupDirectoryRequest()
Properties
CampusNameList
Campuses
Declaration
public string CampusNameList { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Code
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CreatedByUserName
AddedBy
Declaration
public string CreatedByUserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CreatedDate
CreatedDate
Declaration
public string CreatedDate { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DirectoryFieldInformation
Declaration
public string DirectoryFieldInformation { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FerpaGroupId
Gets or sets the CmFerpaId
Declaration
public int FerpaGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ModifiedByUserName
ModifiedBy
Declaration
public string ModifiedByUserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ModifiedDate
ModifiedDate
Declaration
public string ModifiedDate { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserId
UserID
Declaration
public int UserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |