InputDescriptor Members

Include Protected Members
Include Inherited Members

Describes a single input of a data generator.

The InputDescriptor type exposes the following members.

Constructors

  Name Description
Aa833772.pubmethod(en-us,VS.90).gif InputDescriptor Overloaded. Initializes a new instance of the InputDescriptor class.

Top

Methods

  Name Description
Aa833772.pubmethod(en-us,VS.90).gif Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Aa833772.protmethod(en-us,VS.90).gif Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Aa833772.pubmethod(en-us,VS.90).gif GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Aa833772.pubmethod(en-us,VS.90).gif GetType Gets the Type of the current instance. (Inherited from Object.)
Aa833772.protmethod(en-us,VS.90).gif MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Aa833772.pubmethod(en-us,VS.90).gif ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Properties

  Name Description
Aa833772.pubproperty(en-us,VS.90).gif AutoAssignedInput Gets the type of the input. This property is used to specify the type of the input for well-known input types.
Aa833772.pubproperty(en-us,VS.90).gif Description Gets or sets the description of the input.
Aa833772.pubproperty(en-us,VS.90).gif EditorType Gets or sets the type of the editor for this input.
Aa833772.pubproperty(en-us,VS.90).gif Key Gets the key that uniquely identifies the input.
Aa833772.pubproperty(en-us,VS.90).gif Name Gets or sets the friendly name of the input.
Aa833772.pubproperty(en-us,VS.90).gif ReadOnly Gets or sets whether the input is read-only in the Properties window.
Aa833772.pubproperty(en-us,VS.90).gif Type Gets the data type of the input.
Aa833772.pubproperty(en-us,VS.90).gif TypeConverter Gets the type converter for this input.
Aa833772.pubproperty(en-us,VS.90).gif Value Gets or sets the value of the input.
Aa833772.pubproperty(en-us,VS.90).gif Visible Gets or sets whether the input appears in the Properties window.

Top

Explicit Interface Implementations

  Name Description
Aa833772.pubinterface(en-us,VS.90).gifAa833772.privmethod(en-us,VS.90).gif IXmlSerializable.GetSchema
Aa833772.pubinterface(en-us,VS.90).gifAa833772.privmethod(en-us,VS.90).gif IXmlSerializable.ReadXml
Aa833772.pubinterface(en-us,VS.90).gifAa833772.privmethod(en-us,VS.90).gif IXmlSerializable.WriteXml

Top

See Also

Reference

InputDescriptor Class

Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace