Search Results for

    Show / Hide Table of Contents

    Class ColumnEditorViewModel

    Viewmodel for the column configuration editor

    Inheritance
    System.Object
    ExtendableViewModel
    ColumnEditorViewModel
    Implements
    IPyExtendableViewModel
    Inherited Members
    ExtendableViewModel.CustomPropertyGetter(String, Object, PropertyInfo)
    ExtendableViewModel.CustomPropertySetter(String, Object, Object, PropertyInfo)
    ExtendableViewModel.PyHook
    Namespace: Simplic.Framework.Extension.UI
    Assembly: Simplic.Framework.Extension.dll
    Syntax
    public class ColumnEditorViewModel : ExtendableViewModel, IPyExtendableViewModel

    Constructors

    | Improve this Doc View Source

    ColumnEditorViewModel(Nullable<Guid>, Guid)

    Initialize new viewmodel instance

    Declaration
    public ColumnEditorViewModel(Guid? articleGroupId, Guid contextId)
    Parameters
    Type Name Description
    System.Nullable<System.Guid> articleGroupId

    Article group

    System.Guid contextId

    Properties

    | Improve this Doc View Source

    Columns

    List of colummns to edit

    Declaration
    public ObservableCollection<ColumnViewModel> Columns { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<ColumnViewModel>

    Methods

    | Improve this Doc View Source

    Save()

    Save changes

    Declaration
    public bool Save()
    Returns
    Type Description
    System.Boolean

    Implements

    IPyExtendableViewModel
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx