Class GroupCreated
public class GroupCreated : Change, IChange
- Inheritance
-
GroupCreated
- Implements
- Inherited Members
- Extension Methods
Constructors
GroupCreated(Guid, string, string, DateTimeOffset)
public GroupCreated(Guid tenant, string type, string name, DateTimeOffset created)
Parameters
tenantGuidtypestringnamestringcreatedDateTimeOffset
Properties
Created
public DateTimeOffset Created { get; }
Property Value
Name
public string Name { get; }
Property Value
Tenant
public Guid Tenant { get; }
Property Value
Type
public string Type { get; }