Search Results for

    Show / Hide Table of Contents

    Class ClassificationConfiguration

    Represents an editable classification configuration

    Inheritance
    System.Object
    ClassificationConfiguration
    Namespace: Simplic.Framework.Extension
    Assembly: Simplic.Framework.Extension.dll
    Syntax
    public class ClassificationConfiguration : ViewModelBase

    Constructors

    | Improve this Doc View Source

    ClassificationConfiguration()

    Create classification configuration

    Declaration
    public ClassificationConfiguration()

    Properties

    | Improve this Doc View Source

    _AvailableConfigurations

    Represents a list of all available configurations. Only needed for internal purposes (CollectionEditor -> Selection of required collections before saving)

    Declaration
    [Browsable(false)]
    public ObservableCollection<ClassificationConfiguration> _AvailableConfigurations { set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<ClassificationConfiguration>
    | Improve this Doc View Source

    ControlName

    Control name

    Declaration
    [Display(Name = "UI-Control", GroupName = "Allgemein", Description = "UI-Control name.")]
    public string ControlName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    GroupId

    Grouping id

    Declaration
    [Display(Name = "Gruppe", GroupName = "Allgemein", Description = "ID der Gruppe (1 - 3).")]
    public int GroupId { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Id

    Unique configuration id

    Declaration
    [Browsable(false)]
    public Guid Id { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    Name

    Name

    Declaration
    [Display(Name = "Name", GroupName = "Allgemein", Description = "Anzeigename der Klassifikation.")]
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    OrderNr

    Order number

    Declaration
    [Display(Name = "Reihenfolge", GroupName = "Allgemein", Description = "Reihenfolge in der Auwahlliste.")]
    public int OrderNr { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    RemovedRequiredClassifications

    Gets or sets a list of all removed classifications which are required

    Declaration
    [Browsable(false)]
    public RadObservableCollection<ClassificationConfiguration> RemovedRequiredClassifications { get; set; }
    Property Value
    Type Description
    RadObservableCollection<ClassificationConfiguration>
    | Improve this Doc View Source

    RequiredClassifications

    List of required classification

    Declaration
    [Display(Name = "Vorausgesetzte Klassifikationen", GroupName = "Einschränkungen", Description = "Eine Liste von Klassifikationen, von denen diese Klassifikation abhängig ist.")]
    public RequiredClassificationCollection RequiredClassifications { get; set; }
    Property Value
    Type Description
    RequiredClassificationCollection
    | Improve this Doc View Source

    RequiredClassificationsText

    Required classifications as text

    Declaration
    [Browsable(false)]
    public string RequiredClassificationsText { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Selectable

    Is selectable over ui

    Declaration
    [Display(Name = "Auswählbar", GroupName = "Allgemein", Description = "Ist über das UI auswählbar.")]
    public bool Selectable { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    StackId

    Stack id

    Declaration
    [Browsable(false)]
    public Guid StackId { get; set; }
    Property Value
    Type Description
    System.Guid

    Methods

    | Improve this Doc View Source

    ToString()

    Override for displaying correctly in CollectionEditor. If we want to get rid of this, we have to modify the telerik template...

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx