Table of Contents

Class DataModelRegistration

Namespace
Artemis.Core
Assembly
Artemis.Core.dll

Represents a data model registration

public class DataModelRegistration
Inheritance
object
DataModelRegistration

Properties

DataModel

Gets the data model that has been registered

public DataModel DataModel { get; }

Property Value

DataModel

IsInStore

Gets a boolean indicating whether the registration is in the internal Core store

public bool IsInStore { get; }

Property Value

bool

PluginFeature

Gets the plugin the data model is associated with

public PluginFeature PluginFeature { get; }

Property Value

PluginFeature