Class ContentDataAnnotationsValidator
Validates the IContent
Inherited Members
Namespace: EPiServer.Validation.Internal
Assembly: EPiServer.dll
Version: 12.0.3Syntax
[ServiceConfiguration]
public class ContentDataAnnotationsValidator : DataAnnotationsValidator<IContentData>, IValidate<IContentData>, IValidate
Remarks
Validation will not be performed against System.
Constructors
ContentDataAnnotationsValidator(LocalizationService, IContentTypeRepository)
Initializes a new instance of the Content
Declaration
public ContentDataAnnotationsValidator(LocalizationService localizationService, IContentTypeRepository contentTypeRepository)
Parameters
Type | Name | Description |
---|---|---|
Localization |
localizationService | The localization service. |
IContent |
contentTypeRepository | The content type repository |
Properties
IgnoredAttributes
Gets the ignored attributes.
Declaration
public override IEnumerable<Type> IgnoredAttributes { get; }
Property Value
Type | Description |
---|---|
System. |
The ignored attributes. |
Overrides
Remarks
Returns System.
Methods
GetDisplayName(PropertyDescriptor, Object)
Gets the display name for the propertyDescriptor
on the content type of the instance
.
Declaration
protected override string GetDisplayName(PropertyDescriptor propertyDescriptor, object instance)
Parameters
Type | Name | Description |
---|---|---|
System. |
propertyDescriptor | The property to get the display name for. |
System. |
instance | The object instance that |
Returns
Type | Description |
---|---|
System. |
A translated display name if any translation exists. |