Property | Type | Description | |
---|---|---|---|
NewRow |
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 |
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 |
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 |