ClassHideDescriptorAttribute
Class
Specifies what descriptor to hide.
Definition
Namespace:ArtOfTest.Common.Design.Extensibility
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public class HideDescriptorAttribute : Attribute, _Attribute
Inheritance: objectAttributeHideDescriptorAttribute
Implements:
Inherited Members
Constructors
HideDescriptorAttribute(Type)
Create new instance of HideDescriptorAttribute.
Declaration
cs-api-definition
public HideDescriptorAttribute(Type descriptorToHide)
Parameters
descriptorToHide
Type of descriptor to hide.
Properties
DescriptorToHide
Type of the descriptor to hide.