C# Class AssessmentAnywhere.Models.AssessmentEditor.ResultRow

Show file Open project: pebblecode/AssessmentAnywhere Class Usage Examples

Public Properties

Property Type Description
NewRow ResultRow

Public Methods

Method Description
ResultRow ( System.Guid rowId, string surname, string forenames, decimal result, decimal percentage ) : System
ResultRow ( System.Guid rowId, string surname, string forenames, decimal result, decimal percentage, string grade ) : System

Method Details

ResultRow() public method

public ResultRow ( System.Guid rowId, string surname, string forenames, decimal result, decimal percentage ) : System
rowId System.Guid
surname string
forenames string
result decimal
percentage decimal
return System

ResultRow() public method

public ResultRow ( System.Guid rowId, string surname, string forenames, decimal result, decimal percentage, string grade ) : System
rowId System.Guid
surname string
forenames string
result decimal
percentage decimal
grade string
return System

Property Details

NewRow public static property

public static ResultRow,AssessmentAnywhere.Models.AssessmentEditor NewRow
return ResultRow