Click or drag to resize

AspectValidationAttribute Class

Validate an aspect property in the Aspect Viewer
Inheritance Hierarchy
SystemObject
  SystemAttribute
    PropertyViewerValidationAttribute
      Demo3D.Gui.AspectViewerAspectValidationAttribute

Namespace:  Demo3D.Gui.AspectViewer
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public class AspectValidationAttribute : PropertyViewerValidationAttribute

The AspectValidationAttribute type exposes the following members.

Constructors
  NameDescription
Public methodAspectValidationAttribute
Initializes a new instance of the AspectValidationAttribute class
Top
Properties
  NameDescription
Public propertyValidationMethod
Name of the method that runs the validation. The method must take no arguments and return null if successful or a string if not.
Top
Methods
  NameDescription
Public methodValidate (Overrides PropertyViewerValidationAttribute.Validate(Object).)
Top
See Also