Class CourseLevelAttribute
Inheritance
System.Object
CourseLevelAttribute
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 CourseLevelAttribute
Constructors
CourseLevelAttribute()
Declaration
public CourseLevelAttribute()
Properties
AttributeMinCredits
Gets or sets the MinCredits.
Declaration
public decimal? AttributeMinCredits { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
AttributeMinimumCredits
Gets or sets the MinimunCredits.
Declaration
public int? AttributeMinimumCredits { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
AttributeNumberOfCourses
Gets or sets the NumberOfCourses.
Declaration
public int? AttributeNumberOfCourses { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
CourseAttributeId
Gets or sets the StudentAwardEstimateEntity.
Declaration
public int CourseAttributeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RequirementRuleCourseLevelId
Gets or sets the RequirementRuleCourseLevelId.
Declaration
public int RequirementRuleCourseLevelId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |