Class GetLoadRatesResponse
Represents the response for the GetLoadRatesResponse method.
Inheritance
System.Object
GetLoadRatesResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetLoadRatesResponse : ServiceResponse
Constructors
GetLoadRatesResponse()
Declaration
public GetLoadRatesResponse()
Properties
Assignments
Collection of Assignment
Declaration
public ICollection<Assignment> Assignments { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<Assignment> |