Example #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ImportMessage"/> class.
 /// </summary>
 /// <param name="status">
 ///     The status of the import.
 /// </param>
 /// <param name="structureReference">
 ///     The structure reference.
 /// </param>
 /// <param name="message">
 ///     The message.
 /// </param>
 public ImportMessage(ImportMessageStatus status, IStructureReference structureReference, string message)
 {
     this._message = message;
     this._status = status;
     this._structureReference = structureReference;
 }
Example #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ImportMessage"/> class.
 /// </summary>
 /// <param name="status">
 ///     The status of the import.
 /// </param>
 /// <param name="structureReference">
 ///     The structure reference.
 /// </param>
 /// <param name="message">
 ///     The message.
 /// </param>
 public ImportMessage(ImportMessageStatus status, IStructureReference structureReference, string message)
 {
     this._message            = message;
     this._status             = status;
     this._structureReference = structureReference;
 }