ClassPrimaryPropertyAttribute
Class
This attribute denotes that a property should show up in a step's default inline editor
Definition
Namespace:ArtOfTest.Common.Design.Extensibility
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = true)]
public class PrimaryPropertyAttribute : Attribute, _Attribute
Inheritance: objectAttributePrimaryPropertyAttribute
Derived Classes:
Implements:
Inherited Members
Constructors
PrimaryPropertyAttribute()
Declaration
cs-api-definition
public PrimaryPropertyAttribute()
PrimaryPropertyAttribute(AutomationDescriptorType)
Declaration
cs-api-definition
public PrimaryPropertyAttribute(AutomationDescriptorType nonAllowedTypes)
Parameters
nonAllowedTypes
Properties
NonAllowedTypes
Declaration
cs-api-definition
public AutomationDescriptorType NonAllowedTypes { get; set; }
Property Value