Class ProgramVersionDetailResponse
ProgramVersionDetailResponse
Inheritance
System.Object
ProgramVersionDetailResponse
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class ProgramVersionDetailResponse : ServiceResponse
Constructors
ProgramVersionDetailResponse()
Declaration
public ProgramVersionDetailResponse()
Properties
CampusGroupId
CampusGroupId
Declaration
public int CampusGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Code
Code
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CreatedDateTime
CreatedDateTime
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DegreeId
DegreeId
Declaration
public int? DegreeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
ExpectedCreditsPerTerm
ExpectedCreditsPerTerm
Declaration
public decimal? ExpectedCreditsPerTerm { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
GradeScaleId
GradeScaleId
Declaration
public int? GradeScaleId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Id
Id
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
LastModifiedDateTime
LastModifiedDateTime
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Name
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProgramGroupId
ProgramGroupId
Declaration
public int? ProgramGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
ProgramId
ProgramId
Declaration
public int ProgramId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |