Exemple #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ApplicationFeatureExportModel" /> class.
 /// </summary>
 /// <param name="welcomeMessages">welcomeMessages.</param>
 /// <param name="exitMessages">exitMessages.</param>
 /// <param name="fallbackMessages">fallbackMessages.</param>
 /// <param name="helpMessages">helpMessages.</param>
 /// <param name="questionAnswers">questionAnswers.</param>
 /// <param name="eventItems">eventItems.</param>
 /// <param name="latestMessages">latestMessages.</param>
 /// <param name="simpleChoices">simpleChoices.</param>
 /// <param name="recipes">recipes.</param>
 /// <param name="numberRanges">numberRanges.</param>
 /// <param name="customRequests">customRequests.</param>
 /// <param name="children">children.</param>
 /// <param name="id">id.</param>
 /// <param name="applicationModuleId">applicationModuleId.</param>
 /// <param name="applicationId">applicationId.</param>
 /// <param name="feature">feature.</param>
 /// <param name="name">name.</param>
 /// <param name="priority">priority.</param>
 /// <param name="parentId">parentId.</param>
 /// <param name="createdFromId">createdFromId.</param>
 /// <param name="applicationFeatureWebhooks">applicationFeatureWebhooks.</param>
 /// <param name="appliedApplicationTemplateFormId">appliedApplicationTemplateFormId.</param>
 public ApplicationFeatureExportModel(List <WelcomeMessageExportModel> welcomeMessages = default(List <WelcomeMessageExportModel>), List <ExitMessageExportModel> exitMessages = default(List <ExitMessageExportModel>), List <FallbackMessageExportModel> fallbackMessages = default(List <FallbackMessageExportModel>), List <HelpMessageExportModel> helpMessages = default(List <HelpMessageExportModel>), List <QuestionAnswerExportModel> questionAnswers = default(List <QuestionAnswerExportModel>), List <EventItemExportModel> eventItems = default(List <EventItemExportModel>), List <LatestMessageExportModel> latestMessages = default(List <LatestMessageExportModel>), List <SimpleChoiceExportModel> simpleChoices = default(List <SimpleChoiceExportModel>), List <RecipeExportModel> recipes = default(List <RecipeExportModel>), List <NumberRangeExportModel> numberRanges = default(List <NumberRangeExportModel>), List <CustomRequestExportModel> customRequests = default(List <CustomRequestExportModel>), List <ApplicationFeatureExportModel> children = default(List <ApplicationFeatureExportModel>), string id = default(string), string applicationModuleId = default(string), string applicationId = default(string), FeatureModel feature = default(FeatureModel), string name = default(string), int?priority = default(int?), string parentId = default(string), string createdFromId = default(string), List <ApplicationFeatureWebhookModel> applicationFeatureWebhooks = default(List <ApplicationFeatureWebhookModel>), string appliedApplicationTemplateFormId = default(string))
 {
     this.WelcomeMessages  = welcomeMessages;
     this.ExitMessages     = exitMessages;
     this.FallbackMessages = fallbackMessages;
     this.HelpMessages     = helpMessages;
     this.QuestionAnswers  = questionAnswers;
     this.EventItems       = eventItems;
     this.LatestMessages   = latestMessages;
     this.SimpleChoices    = simpleChoices;
     this.Recipes          = recipes;
     this.NumberRanges     = numberRanges;
     this.CustomRequests   = customRequests;
     this.Children         = children;
     this.Id = id;
     this.ApplicationModuleId = applicationModuleId;
     this.ApplicationId       = applicationId;
     this.Feature             = feature;
     this.Name          = name;
     this.Priority      = priority;
     this.ParentId      = parentId;
     this.CreatedFromId = createdFromId;
     this.ApplicationFeatureWebhooks       = applicationFeatureWebhooks;
     this.AppliedApplicationTemplateFormId = appliedApplicationTemplateFormId;
 }
Exemple #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ApplicationFeatureModel" /> class.
 /// </summary>
 /// <param name="id">id.</param>
 /// <param name="applicationModuleId">applicationModuleId.</param>
 /// <param name="applicationId">applicationId.</param>
 /// <param name="feature">feature.</param>
 /// <param name="name">name.</param>
 /// <param name="priority">priority.</param>
 /// <param name="parentId">parentId.</param>
 /// <param name="createdFromId">createdFromId.</param>
 /// <param name="applicationFeatureWebhooks">applicationFeatureWebhooks.</param>
 /// <param name="appliedApplicationTemplateFormId">appliedApplicationTemplateFormId.</param>
 public ApplicationFeatureModel(string id = default(string), string applicationModuleId = default(string), string applicationId = default(string), FeatureModel feature = default(FeatureModel), string name = default(string), int?priority = default(int?), string parentId = default(string), string createdFromId = default(string), List <ApplicationFeatureWebhookModel> applicationFeatureWebhooks = default(List <ApplicationFeatureWebhookModel>), string appliedApplicationTemplateFormId = default(string))
 {
     this.Id = id;
     this.ApplicationModuleId = applicationModuleId;
     this.ApplicationId       = applicationId;
     this.Feature             = feature;
     this.Name          = name;
     this.Priority      = priority;
     this.ParentId      = parentId;
     this.CreatedFromId = createdFromId;
     this.ApplicationFeatureWebhooks       = applicationFeatureWebhooks;
     this.AppliedApplicationTemplateFormId = appliedApplicationTemplateFormId;
 }