Class RequiredCourseElectivePoolDeletePool
Inheritance
System.Object
RequiredCourseElectivePoolDeletePool
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 RequiredCourseElectivePoolDeletePool
Constructors
RequiredCourseElectivePoolDeletePool()
Declaration
public RequiredCourseElectivePoolDeletePool()
Properties
ElectivePoolIdList
Declaration
public List<int> ElectivePoolIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
RequiredCourseId
Declaration
public int RequiredCourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |