AssessmentAnywhere.Models.AssessmentGradeBoundaries.UpdateModel.UpdateModel C# (CSharp) 메소드

UpdateModel() 공개 메소드

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