Show / Hide Table of Contents

Class Criterion

A rubric criterion. Each criterion is a dimension on which performance is rated.

Inheritance
object
Criterion
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Classroom.v1.Data
Assembly: Google.Apis.Classroom.v1.dll
Syntax
public class Criterion : IDirectResponseSchema

Properties

Description

The description of the criterion.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Id

The criterion ID. On creation, an ID is assigned.

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
string

Levels

The list of levels within this criterion.

Declaration
[JsonProperty("levels")]
public virtual IList<Level> Levels { get; set; }
Property Value
Type Description
IList<Level>

Title

The title of the criterion.

Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX