Click or drag to resize
weroSoft AG, Software
PartialFileSystemViewModel Class
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Implements the view model of partial file system viewer.
Inheritance Hierarchy

Namespace:  WeroSoft.Development.Controls
Assembly:  WeroSoft.Client.Desktop.Library (in WeroSoft.Client.Desktop.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public sealed class PartialFileSystemViewModel : CultureSupportingViewModel

The PartialFileSystemViewModel type exposes the following members.

Constructors
  NameDescription
Public methodPartialFileSystemViewModel
Initializes a new instance of the PartialFileSystemViewModel class
Top
Properties
  NameDescription
Public propertyCheckinCommand
Gets the command which is involved on checking-in data.
Public propertyCloseCommand
Gets the command involved on closing the currently open item.
Public propertyCollapseCommand
Gets the command which is involved on collapsing the currently open node.
Public propertyExpandCommand
Gets the command which is involved on expanding the currently open node.
Public propertyExportCommand
Gets the command which is involved on exporting data.
Public propertyFileSystemItems
Gets the collection containing the file system items subordinated of the defined root.
Public propertyGetLatestCommand
Gets the command which is involved on get latest data.
Public propertyImportCommand
Gets the command which is involved on importing data.
Public propertyIsModified
Gets or sets the flag indicating whether the object has been modified or not.
(Inherited from ViewModelBase.)
Public propertyIsReadOnly
Gets or sets the flag indicating whether the object is read-only.
(Inherited from ViewModelBase.)
Public propertyIsSelectionEnabled
Gets or sets whether the selection of the root is enabled or not.
Public propertyLabelLoading
Gets the label temporary used during loading.
Public propertyLabelProjectRoot
Gets the label of the project root.
Public propertyMenuCheckin
Gets the menu item for check-in data.
Public propertyMenuClose
Gets the menu item for closing data.
Public propertyMenuCollapse
Gets the menu item for collapse a node.
Public propertyMenuExpand
Gets the menu item for expand a node.
Public propertyMenuExport
Gets the menu item for exporting data.
Public propertyMenuGetLatest
Gets the menu item for getting latest version of data.
Public propertyMenuImport
Gets the menu item for importing data.
Public propertyMenuOpen
Gets the menu item for opening data.
Public propertyMenuSave
Gets the menu item for saving data.
Public propertyOpenCommand
Gets the command involved on opening a defined item.
Public propertyPartialFileSystemConfiguration
Gets or sets the configuration item used for accessing the needed behavior.
Public propertyRootFolders
Gets the collection containing the root folder items.
Public propertySaveCommand
Gets the command involved on saving the currently open item.
Public propertySelectBaseFolderCommand
Gets the command involved on selecting the base folder.
Public propertySelectedRootFolder
Gets or sets the selected root folder.
Public propertyShowCheckinCommand
Gets a value indicating whether the check-in command is shown.
Public propertyShowCloseCommand
Gets a value indicating whether the close command is shown.
Public propertyShowExportCommand
Gets a value indicating whether the export command is shown.
Public propertyShowGetLatestCommand
Gets a value indicating whether the get latest command is shown.
Public propertyShowImportCommand
Gets a value indicating whether the import command is shown.
Public propertyShowLoader
Gets or sets a value indicating whether the loader is available or not.
Public propertyShowOpenCommand
Gets a value indicating whether the open command is shown.
Public propertyShowSaveCommand
Gets a value indicating whether the save command is shown.
Top
Methods
  NameDescription
Public methodCultureChanged
Called if the culture has been changed.
(Inherited from CultureSupportingViewModel.)
Public methodDispose
Disposes the object.
(Inherited from CultureSupportingViewModel.)
Public methodDispose(Boolean)
Disposes the object.
(Inherited from CultureSupportingViewModel.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetConfiguration
Sets the configuration and take the base roots over.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventCreatingFileSystemModelItem
Event which is raised on resolving the model item to be used for representing the file system item.
Public eventPropertyChanged
Raised on changing a property.
(Inherited from NotifyPropertyChanged.)
Public eventRootFolderSelected
Event which is raised if a code root was selected.
Top
Extension Methods
  NameDescription
Public Extension MethodClone(CloneWorkingMode, IEnumerableType)Overloaded.
Clones an object by serialization.
(Defined by RuntimeExtensions.)
Public Extension MethodCloneT(CloneWorkingMode, IEnumerableType)Overloaded.
Clones an object by serialization.
(Defined by RuntimeExtensions.)
Public Extension MethodConvert (Defined by DataConverterExtensions.)
Public Extension MethodCreateTraceDataEntry(StringBuilder, SourceLevels, TraceableKind, String)Overloaded.
Creates a data entry into a string builder according to the giving parameters.
(Defined by TraceExtensions.)
Public Extension MethodCreateTraceDataEntry(SourceLevels, TraceableKind, String, String, Int32)Overloaded.
Creates a trace entry for a data element.
(Defined by TraceExtensions.)
Public Extension MethodCreateTraceDataEntry(StringBuilder, SourceLevels, TraceableKind, String, String, Int32)Overloaded.
Creates a trace entry into a string builder.
(Defined by TraceExtensions.)
Public Extension MethodDynamicCast
Dynamically casts a reference to another type.
(Defined by TypeManagerHelper.)
Public Extension MethodExtractSystemParametersFromTrigger
Extracts the system parameters from a collection of trigger parameter and transform them to a dictionary using string keys and string values.
(Defined by TriggerExtensions.)
Public Extension MethodGetFieldValue(String)Overloaded.
Gets the data object held by a defined field of a particular type.
(Defined by UnitTest.)
Public Extension MethodGetFieldValueT(String)Overloaded.
Gets the data object held by a defined field of a particular type.
(Defined by UnitTest.)
Public Extension MethodGetPropertyValue(String)Overloaded.
Gets the data object held by a defined property of a particular type.
(Defined by UnitTest.)
Public Extension MethodGetPropertyValueT(String)Overloaded.
Gets the data object held by a defined property of a particular type.
(Defined by UnitTest.)
Public Extension MethodInject(Type, Object)Overloaded.
Injects all fields or properties which are marked with the defined attribute type name.
(Defined by DataInjection.)
Public Extension MethodInject(Type, Object, Boolean)Overloaded.
Injects all fields or properties which are marked with the defined attribute type name.
(Defined by DataInjection.)
Public Extension MethodInjectField
Injects a value to a property within a data object.
(Defined by DataInjection.)
Public Extension MethodInjectProperty(String, Object)Overloaded.
Injects a value to a property within a data object.
(Defined by DataInjection.)
Public Extension MethodInjectProperty(String, Type, Object)Overloaded.
Injects a value to a property within a data object.
(Defined by DataInjection.)
Public Extension MethodInvoke(String, Object)Overloaded.
Invokes a method on an object by reflection.
(Defined by UnitTest.)
Public Extension MethodInvokeTResult(String, Object)Overloaded.
Invokes a method on an object by reflection.
(Defined by UnitTest.)
Public Extension MethodSetFieldValue
Sets the data object on a defined field of a particular type.
(Defined by UnitTest.)
Public Extension MethodSetPropertyValue
Sets the data object on a defined property of a particular type.
(Defined by UnitTest.)
Public Extension MethodSetReadOnlyFieldValue
Sets the data object on a defined field of a particular type.
(Defined by UnitTest.)
Public Extension MethodTryInjectProperty
Tries to Inject a value to a property within a data object.
(Defined by DataInjection.)
Top
See Also