DialogItemInfo Members

The DialogItemInfo type exposes the following members.
Constructors

  NameDescription
Public methodDialogItemInfo
Initializes a new instance of the DialogItemInfo class
Back to Top
Methods

  NameDescription
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 methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyMapping
The name of the external data to which the dialog item is mapped. For example, if the dialog is mapped to a database, this would be the name of the column in the database associated with this variable.
Public propertyName
The name of the dialog item.
Back to Top
See Also