Search Results for

    Show / Hide Table of Contents

    Class PropertyEditorConfiguration

    Represents an editor configuration instance

    Inheritance
    System.Object
    PropertyEditorConfiguration
    Namespace: Simplic.Framework.Extension.UI
    Assembly: Simplic.Framework.Extension.dll
    Syntax
    public class PropertyEditorConfiguration : object

    Constructors

    | Improve this Doc View Source

    PropertyEditorConfiguration()

    Constructor

    Declaration
    public PropertyEditorConfiguration()

    Properties

    | Improve this Doc View Source

    _BaseTemplate

    Gets or sets the template that should be copied when creating a new template

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

    _BaseTemplateColumn

    Gets or sets the template column that should be copied when creating a new template

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

    ContextId

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

    DataTemplateFileName

    Gets or sets file name of the tamplte (without path)

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

    DataTemplateName

    Gets or sets the data template name

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

    Id

    Gets or sets the editor id

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

    OldDataTemplateFileName

    Gets or sets the old template file name

    Declaration
    public string OldDataTemplateFileName { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • PropertyEditorConfiguration()
    • Properties
      • _BaseTemplate
      • _BaseTemplateColumn
      • ContextId
      • DataTemplateFileName
      • DataTemplateName
      • Id
      • OldDataTemplateFileName
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx