Class DataModelRegistration
Represents a data model registration
public class DataModelRegistration
- Inheritance
-
objectDataModelRegistration
Properties
DataModel
Gets the data model that has been registered
public DataModel DataModel { get; }
Property Value
IsInStore
Gets a boolean indicating whether the registration is in the internal Core store
public bool IsInStore { get; }
Property Value
PluginFeature
Gets the plugin the data model is associated with
public PluginFeature PluginFeature { get; }