Skip to main content
A newer version of this page is available. .

ModelStoreBase Members

The base class for classes that provide a readonly storage for the Application Model differences.

Fields

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”).
UnusableDiffDefaultName The default name of the unusable differences (“UnusableNodes”).
UserDiffDefaultName The default name of the user-level differences (“Model.User”).

Properties

Name Description
Name Gets the name of the current model difference store.
ReadOnly Indicates whether or not the current model differences store is readonly.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetAspects() Returns the list of the Application Model aspects.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
Load(ModelApplicationBase) Loads the model differences.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also