Class CreatePortalAccountRequest
Represents the a request for the event method.
Inheritance
System.Object
CreatePortalAccountRequest
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class CreatePortalAccountRequest : ServiceRequest
Constructors
CreatePortalAccountRequest()
Declaration
public CreatePortalAccountRequest()
Properties
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
EmailAddress
Declaration
public string EmailAddress { get; set; }
Property Value
Type |
Description |
System.String |
|
FirstName
Declaration
public string FirstName { get; set; }
Property Value
Type |
Description |
System.String |
|
Guid
Declaration
public Guid Guid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
IsUserAddedToActiveDirectory
Declaration
public bool IsUserAddedToActiveDirectory { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LastName
Declaration
public string LastName { get; set; }
Property Value
Type |
Description |
System.String |
|
Password
Declaration
public string Password { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
UserCode
Declaration
public string UserCode { get; set; }
Property Value
Type |
Description |
System.String |
|