Example #1
0
 /// <summary>
 /// Prevents a default instance of the <see cref="NexuContext"/> class from being created.
 /// </summary>
 private NexuContext()
 {
     this.isProcessing   = false;
     this.itemInProgress = string.Empty;
     this.itemsProcessed = 0;
     instance            = this;
 }
Example #2
0
 /// <summary>
 /// Prevents a default instance of the <see cref="NexuContext"/> class from being created.
 /// </summary>
 private NexuContext()
 {
     this.IsProcessing   = false;
     this.ItemInProgress = string.Empty;
     this.ItemsProcessed = 0;
     this.DocumentToDocumentRelationTypeExists = false;
     this.DocumentToMediaRelationTypeExists    = false;
     instance = this;
 }