View Source
Class PropertyTypeValidation
An object representing the property type validation settings
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
[DataContract(Name = "propertyValidation", Namespace = "")]
public class PropertyTypeValidation
Properties
View Source
Mandatory
Declaration
[DataMember(Name = "mandatory")]
public bool Mandatory { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
MandatoryMessage
Declaration
[DataMember(Name = "mandatoryMessage")]
public string MandatoryMessage { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Pattern
Declaration
[DataMember(Name = "pattern")]
public string Pattern { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
PatternMessage
Declaration
[DataMember(Name = "patternMessage")]
public string PatternMessage { get; set; }
Property Value
Type |
Description |
System.String |
|