Click or drag to resize

RequiredAttribute Class

Inheritance Hierarchy

Namespace:  Dynamicweb.Content.Items.Annotations
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
[AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple = false, 
	Inherited = false)]
public class RequiredAttribute : ValidateAttribute

The RequiredAttribute type exposes the following members.

Constructors
  NameDescription
Public methodRequiredAttribute
Initializes a new instance of the RequiredAttribute class
Top
Properties
  NameDescription
Public propertyErrorMessage (Inherited from ValidateAttribute.)
Public propertyParameters (Inherited from ValidateAttribute.)
Public propertyValidator (Inherited from ValidateAttribute.)
Top
Methods
  NameDescription
Public methodParseParameters (Inherited from ValidateAttribute.)
Top
See Also