InputAttribute Members

The attribute that identifies input properties of generators.

The following tables list the members exposed by the InputAttribute type.

Public Constructors

  Name Description
Public constructor InputAttribute Initializes a new instance of the InputAttribute class.  

Top

Public Properties

  Name Description
Public property AutoAssignedInput Gets or sets the type of the input property. This property is used to specify the type for well-known input types. 
Public property DefaultValue Gets or sets the default value of the input property.  
Public property Description Gets or sets the description of the input property.  
Public property EditorType Gets or sets the type of editor to be used for this property.  
Public property Name Gets or sets the friendly name for the input property.  
Public property ReadOnly Gets or sets a value that indicates whether the input property is read-only in the Properties window. 
Public property TypeConverter Gets or sets the type converter that displays the input property.  
Public property TypeId  (Inherited from Attribute.)
Public property Visible Gets or sets a value that indicates whether the input property appears in the Properties window.  

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Equals  Overloaded. (Inherited from Attribute.)
Public method Static GetCustomAttribute  Overloaded. (Inherited from Attribute.)
Public method Static GetCustomAttributes  Overloaded. (Inherited from Attribute.)
Public method GetHashCode  (Inherited from Attribute.)
Public method GetType  (Inherited from Object.)
Public method IsDefaultAttribute  (Inherited from Attribute.)
Public method Static IsDefined  Overloaded. (Inherited from Attribute.)
Public method Match  (Inherited from Attribute.)
Public method Static ReferenceEquals  (Inherited from Object.)
Public method ToString  (Inherited from Object.)

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

See Also

Tasks

How to: Add Input Properties to a Data Generator

Reference

InputAttribute Class
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace
InputDescriptor
GetInputs
GetInputs
GetInputs