Search Results for

    Show / Hide Table of Contents

    Class ScheduleViewConfigurationModel

    Configuration for an ScheduleViewControl.

    Inheritance
    System.Object
    ViewModelBase
    ScheduleViewConfigurationModel
    Implements
    UI.MVC.IViewModelBase
    System.ComponentModel.INotifyPropertyChanged
    IAsyncViewModel
    System.IDisposable
    Inherited Members
    ViewModelBase.PropertyChanged
    ViewModelBase.RaisePropertyChanged(String)
    ViewModelBase.PropertySetter<T>(T, Action<T>, Boolean, Boolean, Boolean, String)
    ViewModelBase.OnClose()
    ViewModelBase.IsBusy
    ViewModelBase.IsDirty
    ViewModelBase.ForceSave
    ViewModelBase.Parent
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.UI.ScheduleView
    Assembly: Simplic.UI.dll
    Syntax
    public class ScheduleViewConfigurationModel : ViewModelBase, IViewModelBase, INotifyPropertyChanged, IAsyncViewModel, IDisposable

    Constructors

    | Improve this Doc View Source

    ScheduleViewConfigurationModel()

    Creates a new ScheduleViewConfigurationModel instance.

    Declaration
    public ScheduleViewConfigurationModel()

    Properties

    | Improve this Doc View Source

    DefaultActiveViewDefinition

    Gets or sets the to use as a default for an Simplic.UI.ScheduleView instance using this ScheduleViewConfigurationModel. If not set, the first item of the ViewDefinitions will be used.

    Declaration
    public ViewDefinitionBase DefaultActiveViewDefinition { get; }
    Property Value
    Type Description
    ViewDefinitionBase
    | Improve this Doc View Source

    DefaultActiveViewDefinitionName

    Gets or sets the System.String representing the name / key of the default active view definition in ViewDefinitionsDict.

    Declaration
    public string DefaultActiveViewDefinitionName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ScheduleViewMenuItemConfigurations

    Declaration
    public ObservableCollection<IScheduleViewMenuItemConfiguration> ScheduleViewMenuItemConfigurations { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<IScheduleViewMenuItemConfiguration>
    | Improve this Doc View Source

    SelectedScheduleViewMenuItemConfiguration

    Gets or sets the IScheduleViewMenuItemConfiguration that is currently selected. Only used by the .

    Declaration
    public IScheduleViewMenuItemConfiguration SelectedScheduleViewMenuItemConfiguration { get; set; }
    Property Value
    Type Description
    IScheduleViewMenuItemConfiguration
    | Improve this Doc View Source

    ViewDefinitions

    Gets the System.Collections.ObjectModel.ObservableCollection<T> holding the items to use for the view definition of an Simplic.UI.ScheduleView instance using this ScheduleViewConfigurationModel.

    Declaration
    public ObservableCollection<string> ViewDefinitions { get; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<System.String>
    | Improve this Doc View Source

    ViewDefinitionsDict

    Gets the System.Collections.Generic.IDictionary<TKey, TValue> holding the items to use for the view definition of a Simplic.UI.ScheduleView instance using this ScheduleViewConfigurationModel.

    Declaration
    public IDictionary<string, ViewDefinitionBase> ViewDefinitionsDict { get; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, ViewDefinitionBase>

    Methods

    | Improve this Doc View Source

    Dispose()

    See System.IDisposable.Dispose().

    Declaration
    public void Dispose()

    Implements

    IViewModelBase
    System.ComponentModel.INotifyPropertyChanged
    IAsyncViewModel
    System.IDisposable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx