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