Class CourseAttributeDetail
CourseAttributeDetail
Inheritance
System.Object
CourseAttributeDetail
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.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class CourseAttributeDetail
Constructors
CourseAttributeDetail()
Declaration
public CourseAttributeDetail()
Properties
CampusGroupId
CampusGroupId
Declaration
public int? CampusGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
CourseAttributeCode
Get or sets the CourseAttributeCode.
Declaration
public string CourseAttributeCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CourseAttributeName
Get or sets the CourseAttributeName.
Declaration
public string CourseAttributeName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Id
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |