View Source
Class PropertyTypeValidation
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class PropertyTypeValidation
Properties
View Source
Mandatory
Declaration
public bool Mandatory { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
MandatoryMessage
Declaration
public string MandatoryMessage { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
RegularExpression
Declaration
public string RegularExpression { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
RegularExpressionMessage
Declaration
public string RegularExpressionMessage { get; set; }
Property Value
Type |
Description |
System.String |
|