Carrotware.CMS.DBUpdater.DatabaseUpdateMessage.DatabaseUpdateMessage C# (CSharp) Method

DatabaseUpdateMessage() public method

public DatabaseUpdateMessage ( ) : System
return System
        public DatabaseUpdateMessage()
        {
            this.ExceptionText = null;
            this.InnerExceptionText = null;
            this.AlteredData = false;
            this.HasException = false;
            this.Message = "";
            this.Response = "";
            this.Order = -1;
        }
DatabaseUpdateMessage