Class ResponseSessionCreated
public class ResponseSessionCreated : Change, IChange
- Inheritance
-
ResponseSessionCreated
- Implements
- Inherited Members
- Extension Methods
Constructors
ResponseSessionCreated(string, Guid, Guid, Guid)
public ResponseSessionCreated(string source, Guid tenant, Guid form, Guid user)
Parameters
Properties
Form
public Guid Form { get; set; }
Property Value
Source
public string Source { get; set; }
Property Value
Tenant
public Guid Tenant { get; set; }
Property Value
User
public Guid User { get; set; }