C# Class RevitLookup.Test.EStorageBundle

A base class to manage the creation of schemas and entities of those schemas.
Afficher le fichier Open project: jeremytammik/RevitLookup Class Usage Examples

Méthodes publiques

Méthode Description
CreateEntityOfSchema ( ) : System.Entity

Override this method to create an Entity of the Schema created in GetOrCreateSchema.

EStorageBundle ( string schemaName, System.Guid schemaGuid ) : System

Set the schema name and guid the same way for all EStorage bundles.

GetOrCreateSchema ( ) : Schema

Override this method to create an EStorage Schema

Method Details

CreateEntityOfSchema() public abstract méthode

Override this method to create an Entity of the Schema created in GetOrCreateSchema.
public abstract CreateEntityOfSchema ( ) : System.Entity
Résultat System.Entity

EStorageBundle() public méthode

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
Résultat System

GetOrCreateSchema() public abstract méthode

Override this method to create an EStorage Schema
public abstract GetOrCreateSchema ( ) : Schema
Résultat Schema