Exemple #1
0
 internal RevitStorageBuilder(IContainer container)
 {
     this.container                      = container;
     this.storageConfigurations          = new List <Action>();
     this.storageSettings                = new RevitExtensibleStorageSettings();
     this.storageSettings.SchemaSettings = new Dictionary <Type, RevitSchemaSettings>();
 }
 /// <summary>
 /// Constructor
 /// </summary>
 public RevitJsonStorage(IJsonService jsonService, RevitExtensibleStorageSettings storageSettings)
 {
     this.jsonService     = jsonService;
     this.storageSettings = storageSettings;
 }