C# Класс RevitLookup.Test.EStorageBundle

A base class to manage the creation of schemas and entities of those schemas.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

CreateEntityOfSchema() публичный абстрактный Метод

Override this method to create an Entity of the Schema created in GetOrCreateSchema.
public abstract CreateEntityOfSchema ( ) : System.Entity
Результат System.Entity

EStorageBundle() публичный Метод

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
Результат System

GetOrCreateSchema() публичный абстрактный Метод

Override this method to create an EStorage Schema
public abstract GetOrCreateSchema ( ) : Schema
Результат Schema