== Behaviors ==
== Properties ==
* ViewModel
** CurrentDateTime: the current date and time
** UserName: the current user name
** Self: the viewmodel itself
** AppStatus: the appplication status view model
* ContentViewModel
** IsLocked: true, if the content islocked - false, if not
** IsReadOnly: true, if the content can be read only - false, if it is writeable
** ValueSeries: the value series, if available
** MROViewModel: if the content is an MRO related content, this is the sub view model for MRO
** GeoDataViewModel: if the content represents a geo object, this is the geo sub view model
** MetaDefinition: the meta definition of the content object
** Possible Children: collection if meta defintions the user can create new child content with
** ClassificationHandler: a classification handling object
** Content: the actual content object embedded in the viewmodel
** Icon: the content icon as a byte array
** HasIcon: true, if content object has an icon - false, if not
** Title: the content objects title
** SubTitle: the content objects sub title
** OrderId: the order id of the content
** GroupId: the group id of the content
** DownloadEnabled: true, if download is enabled - false, if not
** IsNewObject: true, if the object is created and not yet saved by the user - false, if not
** ToCommit: true, if the object is yet to be committed by pressing save - false, if not
** OfflineDate: date of the last offline download
** ToSave: true, if the object is yet to be saved by pressing save - false, if not
** ToEvaluateQuery: true, if a new query can be evaluated by pressing the sending the query
** ActionOverlayExpanded: true, if the action overlay is expanded - false, if not
** DeletionAllowed: true, if deletion of the object is allowed - false, if not
** RevertLocalChangesAllowed: true, if reverting the object is allowed - false, if not
** IsPictureChildCreationAllowed: true, if the creation of a picture child is allowed - false, if not
* GeographyListViewModel
** ItemsSortedByZLevel: true, if the current items are sorted by z level - false, if not
* PolygonItemViewModel
** FillColor: the fill color of the polygon
** FillTransparency: the transparency if the polygon filling
* MROViewModel
** ProjectData
** ParentViewModel
** Progress
** Weight
** TechStatus
* TaskOwnerViewModel
** OrgaStatus
** IsConfirmed
* TaskViewModel
** IsBooleanTask
** IsInspectionTask
** IsProgressReportingTask
** IsMeasurementTask
** Value
** PropertyItem
** DisplayValue
** PreviousValue
** Unit
** NotAppliccable
** IsTaskFinished
** IsValueMIssing
* WorkPackageViewModel
** WPOrgaStatus
** CanConfirm
== Commands ==