C# Class RevitLookup.Test.EStorageBundle_2

A simple EStorage schema/entity bundle containing one field.
Inheritance: EStorageBundle
Show file Open project: jeremytammik/RevitLookup

Public Methods

Method Description
CreateEntityOfSchema ( ) : System.Entity
EStorageBundle_2 ( string schemaName, System.Guid schemaGuid ) : System
GetOrCreateSchema ( ) : Schema

Method Details

CreateEntityOfSchema() public method

public CreateEntityOfSchema ( ) : System.Entity
return System.Entity

EStorageBundle_2() public method

public EStorageBundle_2 ( string schemaName, System.Guid schemaGuid ) : System
schemaName string
schemaGuid System.Guid
return System

GetOrCreateSchema() public method

public GetOrCreateSchema ( ) : Schema
return Schema