London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface IModuleSchemaElementHandler

Namespace: Mediachase.BusinessFoundation.Data.Modules
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 13.30.0
Syntax
public interface IModuleSchemaElementHandler : ISchemaElementHandler

Methods

InitializeGlobalStorage(SchemaContainer)

Initializes the global storage.

Declaration
void InitializeGlobalStorage(SchemaContainer container)
Parameters
Type Name Description
SchemaContainer container

The container.

InitializeMetaClassStorage(SchemaContainer)

Initializes the meta class storage.

Declaration
void InitializeMetaClassStorage(SchemaContainer container)
Parameters
Type Name Description
SchemaContainer container

The container.