Skip to main content
.NET 6.0+

ModelStoreBase Fields

The base class for classes that provide a readonly storage for the Application Model differences.
Name Description
AppDiffDefaultDesktopName The default name of the application-level differences specific to desktop devices (“Model.Desktop”).
AppDiffDefaultMobileName The default name of the application-level differences specific to mobile devices (“Model.Mobile”).
AppDiffDefaultName The default name of the application-level differences (“Model”).
AppDiffDefaultTabletName The default name of the application-level differences specific to tablet devices (“Model.Tablet”).
Empty static Gets the empty model difference store.
LocalizationPrefix Specifies the localization prefix.
LogonParametersDefaultName Specifies the default name of the Logon Parameters storage.
LogonParametesDefaultName Obsolete. This field is obsolete. Use ModelStoreBase.LogonParametersDefaultName instead.
ModelCacheDefaultName static Specifies the name of the Application Model cache file.
ModelDiffDefaultName The default name of the module-level differences (“Model.DesignedDiffs”).
ModelFileExtension The default application-level differences extension (“.xafml”).
SkipInvalidXml static For internal use.
UnusableDiffDefaultName The default name of the unusable differences (“UnusableNodes”).
UserDiffDefaultName The default name of the user-level differences (“Model.User”).
See Also