ClassHasDependentPropertiesAttribute
Class
This attribute denotes that a property has to change dependent properties
Definition
Namespace:ArtOfTest.Common.Design.Extensibility
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = true)]
public class HasDependentPropertiesAttribute : Attribute, _Attribute
Inheritance: objectAttributeHasDependentPropertiesAttribute
Implements:
Inherited Members
Constructors
HasDependentPropertiesAttribute()
Declaration
cs-api-definition
public HasDependentPropertiesAttribute()