Class WlmClassSection
Inheritance
System.Object
WlmClassSection
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.Academics.Contracts.dll
Syntax
public class WlmClassSection
Constructors
WlmClassSection()
Declaration
Properties
ActivityTypeName
Declaration
public string ActivityTypeName { get; set; }
Property Value
Type |
Description |
System.String |
|
AssignmentTypeName
Declaration
public string AssignmentTypeName { get; set; }
Property Value
Type |
Description |
System.String |
|
Campus
Declaration
public string Campus { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ClassSectionCode
Declaration
public string ClassSectionCode { get; set; }
Property Value
Type |
Description |
System.String |
|
ClassSectionId
Declaration
public int ClassSectionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ClassSectionName
Declaration
public string ClassSectionName { get; set; }
Property Value
Type |
Description |
System.String |
|
CourseCode
Declaration
public string CourseCode { get; set; }
Property Value
Type |
Description |
System.String |
|
CourseId
Declaration
public int CourseId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CourseName
Declaration
public string CourseName { get; set; }
Property Value
Type |
Description |
System.String |
|
DepartmentName
Declaration
public string DepartmentName { get; set; }
Property Value
Type |
Description |
System.String |
|
FteFactorApplied
Declaration
public decimal? FteFactorApplied { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
FteFactorId
Declaration
public int FteFactorId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
HasWlmCourseAttributes
Declaration
public bool HasWlmCourseAttributes { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
InstructorId
Declaration
public int InstructorId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
InstructorName
Declaration
public string InstructorName { get; set; }
Property Value
Type |
Description |
System.String |
|
IsActive
Declaration
public bool IsActive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LoadMethod
Declaration
public string LoadMethod { get; set; }
Property Value
Type |
Description |
System.String |
|
LoadTypeCount
Declaration
public int LoadTypeCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
MaxNumberAssignments
Declaration
public int MaxNumberAssignments { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Section
Declaration
public string Section { get; set; }
Property Value
Type |
Description |
System.String |
|
WlmActivityTypeId
Declaration
public int WlmActivityTypeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|