Class BuildTermProgramAssociationResponse
Inheritance
System.Object
BuildTermProgramAssociationResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class BuildTermProgramAssociationResponse : ServiceResponse
Constructors
BuildTermProgramAssociationResponse()
Declaration
public BuildTermProgramAssociationResponse()
Properties
TermProgramVersionAssociation
Declaration
public TermProgramVersionAssociationMessage TermProgramVersionAssociation { get; set; }
Property Value
| Type | Description |
|---|---|
| TermProgramVersionAssociationMessage |
TermProgramVersionAssociationWithAcademicYear
Declaration
public List<BuildTermAssociationDataMessage> TermProgramVersionAssociationWithAcademicYear { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<BuildTermAssociationDataMessage> |