Search Results for

    Show / Hide Table of Contents

    Class ClassificationSelector

    Control which provides methods and properties for hierarchical selection of classifications

    Inheritance
    System.Object
    ClassificationSelector
    Namespace: Simplic.Framework.Extension.UI
    Assembly: Simplic.Framework.Extension.dll
    Syntax
    public class ClassificationSelector : ContentControl

    Constructors

    | Improve this Doc View Source

    ClassificationSelector()

    Initialize new Treeview selector control

    Declaration
    public ClassificationSelector()

    Fields

    | Improve this Doc View Source

    InstanceDataGuidProperty

    Dependency property for binding the currently selected instance data guid

    Declaration
    public static readonly DependencyProperty InstanceDataGuidProperty
    Field Value
    Type Description
    DependencyProperty
    | Improve this Doc View Source

    StackGuidProperty

    Dependency property to bind the currently used stackguid

    Declaration
    public static readonly DependencyProperty StackGuidProperty
    Field Value
    Type Description
    DependencyProperty

    Properties

    | Improve this Doc View Source

    CurrentContext

    Current context

    Declaration
    protected ClassificationSelectorViewModel CurrentContext { get; }
    Property Value
    Type Description
    ClassificationSelectorViewModel
    | Improve this Doc View Source

    InstanceDataGuid

    Gets or sets the current instancedata guid

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

    StackGuid

    Gets or sets the stack, for selection classifications

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

    UnusedClassifications

    Get a list of all classification configurations, which are currently not assigned

    Declaration
    public IList<ClassificationConfiguration> UnusedClassifications { get; }
    Property Value
    Type Description
    IList<ClassificationConfiguration>

    Methods

    | Improve this Doc View Source

    AssignClassification(Guid)

    Assign a new classification

    Declaration
    public void AssignClassification(Guid classificationId)
    Parameters
    Type Name Description
    Guid classificationId

    Unique id of the classification

    | Improve this Doc View Source

    OnClassificationChanged(ClassificationChangedEventArgs)

    Call classification changed event

    Declaration
    protected void OnClassificationChanged(ClassificationChangedEventArgs args)
    Parameters
    Type Name Description
    ClassificationChangedEventArgs args

    Argument

    | Improve this Doc View Source

    Save()

    Save all changes

    Declaration
    public void Save()

    Events

    | Improve this Doc View Source

    ClassificationChanged

    Will be called when classification changed

    Declaration
    public event ClassificationSelector.ClassificationChangedEventHandler ClassificationChanged
    Event Type
    Type Description
    ClassificationSelector.ClassificationChangedEventHandler
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx