Class GradebookCreated
public class GradebookCreated : Change, IChange
- Inheritance
-
GradebookCreated
- Implements
- Inherited Members
- Extension Methods
Constructors
GradebookCreated(Guid, string, GradebookType, Guid?, Guid?, Guid?)
public GradebookCreated(Guid tenant, string name, GradebookType type, Guid? @event, Guid? achievement, Guid? framework)
Parameters
Properties
Achievement
public Guid? Achievement { get; set; }
Property Value
- Guid?
Event
public Guid? Event { get; set; }
Property Value
- Guid?
Framework
public Guid? Framework { get; set; }
Property Value
- Guid?
Name
public string Name { get; set; }
Property Value
Tenant
public Guid Tenant { get; set; }
Property Value
Type
public GradebookType Type { get; set; }