Search Results for

    Show / Hide Table of Contents

    Class AddonFieldsControl

    Interaction logic for AddonFieldsControl.xaml

    Inheritance
    System.Object
    AddonFieldsControl
    Namespace: Simplic.Framework.Extension.UI
    Assembly: Simplic.Framework.Extension.dll
    Syntax
    public class AddonFieldsControl : UserControl

    Constructors

    | Improve this Doc View Source

    AddonFieldsControl(String)

    Create control

    Declaration
    public AddonFieldsControl(string stackName)
    Parameters
    Type Name Description
    System.String stackName

    Name of the simplic stack

    Properties

    | Improve this Doc View Source

    InstanceDataGuid

    Id of the current instance data guid, which filled the control

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

    StackName

    Name of the used stack

    Declaration
    public string StackName { get; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    Delete()

    Delete the addon informations

    Declaration
    public void Delete()
    | Improve this Doc View Source

    Fill(Guid)

    Fill the current addon-system

    Declaration
    public void Fill(Guid instanceDataGuid)
    Parameters
    Type Name Description
    Guid instanceDataGuid

    Instance-Data guid to fill the ui

    | Improve this Doc View Source

    Save()

    Save the addon informations

    Declaration
    public void Save()
    | Improve this Doc View Source

    SetValue<T>(IDictionary<String, Object>, InstanceDataAddonFieldBase)

    Declaration
    public void SetValue<T>(IDictionary<string, object> cols, InstanceDataAddonFieldBase field)
    Parameters
    Type Name Description
    IDictionary<System.String, System.Object> cols
    InstanceDataAddonFieldBase field
    Type Parameters
    Name Description
    T
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx