Class DataModelRegistration
Represents a data model registration
Namespace: Artemis.Core
Assembly: Artemis.Core.dll
Syntax
public class DataModelRegistration
Properties
DataModel
Gets the data model that has been registered
Declaration
public DataModel DataModel { get; }
Property Value
Type | Description |
---|---|
DataModel |
IsInStore
Gets a boolean indicating whether the registration is in the internal Core store
Declaration
public bool IsInStore { get; }
Property Value
Type | Description |
---|---|
bool |
PluginFeature
Gets the plugin the data model is associated with
Declaration
public PluginFeature PluginFeature { get; }
Property Value
Type | Description |
---|---|
PluginFeature |