ComponentInfo Members

The ComponentInfo type exposes the following members.
Constructors

  NameDescription
Public methodComponentInfo
Initializes a new instance of the ComponentInfo class
Back to Top
Methods

  NameDescription
Public methodAddDialog
This method adds a dialog to the list of dialogs for the component file.
Public methodAddVariable
This method adds a variable to the list of variables for the component file.
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodIsDefinedVariable
This method indicates whether or not the variable is defined.
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Fields

  NameDescription
Public fieldDialogs
The list of dialogs contained in the template's interview.
Public fieldVariables
The list of variables contained in the template's interview.
Back to Top
See Also