Search Results for

    Show / Hide Table of Contents

    Class PropertyEditorConfiguration

    Represents an editor configuration instance

    Inheritance
    System.Object
    PropertyEditorConfiguration
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Framework.Extension.UI
    Assembly: Simplic.Framework.Extension.dll
    Syntax
    public class PropertyEditorConfiguration

    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
    System.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
    System.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
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx