View Source
Class ComplexEditorValidator.PropertyTypeValidationModel
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
public class PropertyTypeValidationModel
Constructors
View Source
PropertyTypeValidationModel(PropertyType, Object)
Declaration
public PropertyTypeValidationModel(PropertyType propertyType, object postedValue)
Parameters
Type |
Name |
Description |
PropertyType |
propertyType |
|
System.Object |
postedValue |
|
Properties
View Source
PostedValue
Declaration
public object PostedValue { get; }
Property Value
Type |
Description |
System.Object |
|
View Source
PropertyType
Declaration
public PropertyType PropertyType { get; }
Property Value