Пример #1
0
        /// <summary>
        /// Initializes a new instance of the <see cref="PromptNotificationNotification" /> class.
        /// </summary>


        /// <param name="Id">Id.</param>



        /// <param name="Name">Name.</param>



        /// <param name="Description">Description.</param>



        /// <param name="CurrentOperation">CurrentOperation.</param>


        public PromptNotificationNotification(string Id = null, string Name = null, string Description = null, PromptNotificationNotificationCurrentOperation CurrentOperation = null)
        {
            this.Id = Id;



            this.Name = Name;



            this.Description = Description;



            this.CurrentOperation = CurrentOperation;
        }
Пример #2
0
        /// <summary>
        /// Initializes a new instance of the <see cref="FlowNotificationNotification" /> class.
        /// </summary>


        /// <param name="Id">Id.</param>



        /// <param name="Name">Name.</param>



        /// <param name="Description">Description.</param>



        /// <param name="Deleted">Deleted.</param>



        /// <param name="CheckedInVersion">CheckedInVersion.</param>



        /// <param name="SavedVersion">SavedVersion.</param>



        /// <param name="PublishedVersion">PublishedVersion.</param>



        /// <param name="CurrentOperation">CurrentOperation.</param>


        public FlowNotificationNotification(string Id = null, string Name = null, string Description = null, bool?Deleted = null, DocumentDataV2NotificationWorkspace CheckedInVersion = null, FlowNotificationNotificationFlowVersion SavedVersion = null, FlowNotificationNotificationFlowVersion PublishedVersion = null, PromptNotificationNotificationCurrentOperation CurrentOperation = null)
        {
            this.Id = Id;



            this.Name = Name;



            this.Description = Description;



            this.Deleted = Deleted;



            this.CheckedInVersion = CheckedInVersion;



            this.SavedVersion = SavedVersion;



            this.PublishedVersion = PublishedVersion;



            this.CurrentOperation = CurrentOperation;
        }