Represents a datatype configuration field for editing.
InheritanceSystem.Object
Namespace: Umbraco.Cms.Core.PropertyEditors Assembly: Umbraco.Core.dll Syntax[DataContract]
public class ConfigurationField
Constructors View Source ConfigurationField()
Initializes a new instance of the ConfigurationField class.
Declarationpublic ConfigurationField()
View Source ConfigurationField(IValueValidator[])
Initializes a new instance of the ConfigurationField class.
Declarationpublic ConfigurationField(params IValueValidator[] validators)
Parameters Properties View Source Config
Gets or sets extra configuration properties for the editor.
Declaration[DataMember(Name = "config")]
public IDictionary<string, object> Config { get; set; }
Property Value Type Description IDictionary<System.String, System.Object> View Source Key
Gets or sets the key of the field.
Declaration[DataMember(Name = "key", IsRequired = true)]
public string Key { get; set; }
Property Value Type Description System.String View Source PropertyName
Gets or sets the property name of the field.
Declarationpublic string PropertyName { get; set; }
Property Value Type Description System.String View Source PropertyType
Gets or sets the property CLR type of the field.
Declarationpublic Type? PropertyType { get; set; }
Property Value Type Description System.Nullable<Type> View Source Validators
Gets the validators of the field.
Declaration[DataMember(Name = "validation")]
public List<IValueValidator> Validators { get; }
Property Value
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4