Class LoginInfo
Inheritance
System.Object
LoginInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
Constructors
LoginInfo()
Declaration
Properties
DefaultAwardYearId
Declaration
public string DefaultAwardYearId { get; set; }
Property Value
| Type |
Description |
| System.String |
|
DefaultModuleId
Declaration
public int? DefaultModuleId { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
DefaultSyCampusId
Declaration
public int DefaultSyCampusId { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
DefaultTermId
Declaration
public int? DefaultTermId { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
FirstName
Declaration
public string FirstName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
FullName
Declaration
public string FullName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
LastName
Declaration
public string LastName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
PersonId
Declaration
public int PersonId { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
ShowDefaultOnStartup
Declaration
public bool ShowDefaultOnStartup { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
StaffId
Declaration
public int StaffId { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|