Exemple #1
0
        /// <summary>
        /// Initializes a new instance of the <see cref="DependencyTrackingBuildNotificationNotification" /> class.
        /// </summary>


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



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



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


        public DependencyTrackingBuildNotificationNotification(string Status = null, DependencyTrackingBuildNotificationNotificationUser User = null, DateTime?StartTime = null)
        {
            this.Status = Status;



            this.User = User;



            this.StartTime = StartTime;
        }
Exemple #2
0
        /// <summary>
        /// Initializes a new instance of the <see cref="PromptNotificationNotificationArchitectOperation" /> class.
        /// </summary>


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



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



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



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



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



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



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



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



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


        public PromptNotificationNotificationArchitectOperation(string Id = null, bool?Complete = null, DependencyTrackingBuildNotificationNotificationUser User = null, ActionNameEnum?ActionName = null, ActionStatusEnum?ActionStatus = null, string ErrorMessage = null, string ErrorCode = null, PromptNotificationNotificationCurrentOperationErrorMessageParams ErrorMessageParams = null, List <PromptNotificationNotificationCurrentOperationErrorDetails> ErrorDetails = null)
        {
            this.Id = Id;



            this.Complete = Complete;



            this.User = User;



            this.ActionName = ActionName;



            this.ActionStatus = ActionStatus;



            this.ErrorMessage = ErrorMessage;



            this.ErrorCode = ErrorCode;



            this.ErrorMessageParams = ErrorMessageParams;



            this.ErrorDetails = ErrorDetails;
        }