Class SurveyFormCreated
public class SurveyFormCreated : Change, IChange
- Inheritance
-
SurveyFormCreated
- Implements
- Inherited Members
- Extension Methods
Constructors
SurveyFormCreated(string, Guid, int, string, SurveyFormStatus, string)
public SurveyFormCreated(string source, Guid tenant, int asset, string name, SurveyFormStatus status, string language)
Parameters
Properties
Asset
public int Asset { get; }
Property Value
Language
public string Language { get; }
Property Value
Name
public string Name { get; }
Property Value
Source
public string Source { get; set; }
Property Value
Status
public SurveyFormStatus Status { get; }
Property Value
Tenant
public Guid Tenant { get; set; }