Click or drag to resize

ScreenModify Class

This class represents a message that modifies a screen on the device.
Inheritance Hierarchy
SystemObject
  ProScriptScreenModify

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public class ScreenModify

The ScreenModify type exposes the following members.

Constructors
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetRegionIndex
Gets the Region index to add or remove.
Public methodGetRegionScreenNext
Gets the Screen the Device will switch to when a user interacts with this region.
Public methodGetReserved
The parameter is not used.
Public methodGetScreenIndex
Gets the Screen index to edit.
Public methodGetTimeoutScreenNext
Gets the Screen number the Device switches to when this Screen times out.
Public methodGetTimeoutValue
Gets the timeout value the Screen will be set to in seconds.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsAddRegion
Gets whether or not this ScreenModify is supposed to add a region.
Public methodIsRemoveRegion
Gets whether or not this ScreenModify is supposed to remove a region.
Public methodIsSetTimeout
Gets whether or not this ScreenModify is supposed to set a timeout.
Public methodSetAddRegion
Sets whether or not this ScreenModify is supposed to add a region.
Public methodSetRegionIndex
Sets the Region index to add or remove.
Public methodSetRegionScreenNext
Sets the Screen the Device will switch to when a user interacts with this region.
Public methodSetRemoveRegion
Sets whether or not this ScreenModify is supposed to remove a region.
Public methodSetScreenIndex
Sets the Screen index to edit.
Public methodSetSetTimeout
Sets whether or not this ScreenModify is supposed to set a timeout.
Public methodSetTimeout
Sets the timeout value the Screen will be set to in seconds.
Public methodSetTimeoutScreenNext
Sets the Screen number the Device switches to when this Screen times out.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also