Class SapStatus
This class represents the EntityModel interface to the AdSapStatus database table.
Inheritance
System.Object
SapStatus
Implements
Cmc.Core.ComponentModel.IReferenceItem
Cmc.Core.ComponentModel.IIdentifiable
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()
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
[Obsolete("This entity has been moved to the FinancialAid namespace, true")]
public class SapStatus : IReferenceItem, IIdentifiable
Constructors
SapStatus()
Declaration
public SapStatus()
Properties
Code
Gets or sets the Code associated with this SapStatus.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
Enrollments
Declaration
public virtual ICollection<StudentEnrollmentPeriod> Enrollments { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentEnrollmentPeriod> |
ExcludeFromCalc
Gets or sets the ExcludeFromCalc associated with this SapStatus.
Declaration
public bool ExcludeFromCalc { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The ExcludeFromCalc. |
Id
Gets or sets the Id associated with this SapStatus.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this SapStatus.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsSapMet
Gets or sets the IsSapMet associated with this SapStatus.
Declaration
public bool IsSapMet { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsSapMet. |
IsSystemCode
Gets or sets the IsSystemCode associated with this SapStatus.
Declaration
public bool IsSystemCode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsSystemCode. |
Name
Gets or sets the Name associated with this SapStatus.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
TermSummaries
Declaration
public virtual ICollection<StudentEnrollmentTermSummary> TermSummaries { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentEnrollmentTermSummary> |
Methods
GeneratedInitializer()
This is the auto-generated initializer that knows how to deal with any relationship initialization for auto-generated relationships.
Declaration
public void GeneratedInitializer()
Implements
Cmc.Core.ComponentModel.IReferenceItem
Cmc.Core.ComponentModel.IIdentifiable