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 SourcePropertyEditorConfiguration()
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 |
_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 |
ContextId
Declaration
public Guid ContextId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
DataTemplateFileName
Gets or sets file name of the tamplte (without path)
Declaration
public string DataTemplateFileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DataTemplateName
Gets or sets the data template name
Declaration
public string DataTemplateName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Gets or sets the editor id
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
OldDataTemplateFileName
Gets or sets the old template file name
Declaration
public string OldDataTemplateFileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |