Class ConnectedEnrollment
Class to hold data from request.
Inheritance
System.Object
ConnectedEnrollment
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.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class ConnectedEnrollment
Constructors
ConnectedEnrollment()
Declaration
public ConnectedEnrollment()
Properties
IsConnected
Gets or sets a value indicating whether this instance is connected.
Declaration
public bool IsConnected { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsDefault
Gets or sets a value indicating whether this instance is default.
Declaration
public bool IsDefault { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
StudentEnrollmentPeriodId
Gets or sets the ad enroll identifier.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ad enroll identifier. |