RevitLookup.Test.EStorageBundle.EStorageBundle C# (CSharp) Method

EStorageBundle() public method

Set the schema name and guid the same way for all EStorage bundles.
public EStorageBundle ( string schemaName, System.Guid schemaGuid ) : System
schemaName string
schemaGuid System.Guid
return System
        public EStorageBundle(string schemaName, Guid schemaGuid)
        {
            m_SchemaName = schemaName;
             m_SchemaGuid = schemaGuid;
        }