C# 클래스 RevitLookup.Test.EStorageBundle

A base class to manage the creation of schemas and entities of those schemas.
파일 보기 프로젝트 열기: jeremytammik/RevitLookup 1 사용 예제들

공개 메소드들

메소드 설명
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