Class StudentDegreePathwayCustomTemplate
StudentDegreePathwayCustomTemplate
Inheritance
System.Object
StudentDegreePathwayCustomTemplate
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 StudentDegreePathwayCustomTemplate
Constructors
StudentDegreePathwayCustomTemplate()
Declaration
public StudentDegreePathwayCustomTemplate()
Properties
CatalogYearCode
CatalogYearCode
Declaration
public string CatalogYearCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CatalogYearName
CatalogYearName
Declaration
public string CatalogYearName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CreatedByUserId
CreatedByUserId
Declaration
public int? CreatedByUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
CreatedByUserName
CreatedByUserName
Declaration
public string CreatedByUserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CreatedDateTime
CreatedDateTime
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DisplayOrder
StudentAdvisorWithModuleResponse
Declaration
public int DisplayOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Id
Id
Declaration
public int? Id { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
IsActive
IsActive
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsApproved
IsApproved
Declaration
public bool IsApproved { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsReadOnly
IsReadOnly
Declaration
public bool IsReadOnly { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTemplateApplied
IsTemplateApplied
Declaration
public bool IsTemplateApplied { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LastModifiedDateTime
LastModifiedDateTime
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
LastModifiedUserId
LastModifiedUserId
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
LastModifiedUserName
LastModifiedUserName
Declaration
public string LastModifiedUserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Mode
Mode
Declaration
public string Mode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Note
Note
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentCourseLastSyncDate
StudentCourseLastSyncDate
Declaration
public DateTime? StudentCourseLastSyncDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
TemplateName
TemplateName
Declaration
public string TemplateName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TemplatePlanId
TemplatePlanId
Declaration
public int? TemplatePlanId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |