Class RevitStorageBuilder
A builder for Revit Extensible Storage Schemas
Inheritance
System.Object
RevitStorageBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Onbox.Revit.V8.ExtensibleStorage
Assembly: Onbox.Revit.dll
Syntax
public class RevitStorageBuilder
Methods
| Improve this Doc View SourceBuild()
Builds the Storage and adds all the dependencies to the container
Declaration
public void Build()
ConfigureJsonStorage<T>(Action<RevitSchemaSettings>)
Configure a Json Storage of a specific data class
Declaration
public RevitStorageBuilder ConfigureJsonStorage<T>(Action<RevitSchemaSettings> config)
where T : class, new()
Parameters
Type | Name | Description |
---|---|---|
System.Action<RevitSchemaSettings> | config |
Returns
Type | Description |
---|---|
RevitStorageBuilder |
Type Parameters
Name | Description |
---|---|
T |