CIS Web Services Documentation
An Account information transport request class

Namespace: CISService
Assembly: CISService (in CISService.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
[SerializableAttribute]
public class AccountRequest
<SerializableAttribute> _
Public Class AccountRequest
[SerializableAttribute]
public ref class AccountRequest

Members

      
 All Members  Properties  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Address1
Address2
City
CreationDate
Date the account record was created
Email
ExpirationDate
Date the account will expire in the CIS system.
FirstName
Gender
GradYear
Graduation year
LastAccessDate
Date the account last accessed the CIS System
LastName
MiddleName
OptInFlag
Opt in to sharing information with site administration
Password
Password for the CIS System
PhoneNumber
RefID
Alternate reference identifier provided by site or other entity.
SiteID
Unique identifier for the site related to the account
State
Status
Status of the account
Username
Username for the CIS System
Zip

Remarks

A class that includes the full account information.

Inheritance Hierarchy

System..::..Object
  CISService..::..AccountRequest

See Also