AssessmentAnywhere.Models.AssessmentGradeBoundaries.UpdateModel.UpdateModel C# (CSharp) Method

UpdateModel() public method

public UpdateModel ( ) : System.Collections.Generic
return System.Collections.Generic
        public UpdateModel()
        {
            Boundaries = new List<UpdatedGradeBoundary>();
            NewBoundary = new UpdatedGradeBoundary();
        }