An NDoc Documented Class Library

Screen Constructor 

Constructor for internal use only. Creates Hashtable containers for the IDictionary parameters because legacy Web Builder casts IDictionary properties to Hashtable. This behavior is fixed in VHI 7.0 but we need to do this to support existing applications.

public Screen(
   string xmlText,
   IDictionary fields,
   bool messageWaiting,
   bool keyboardLocked,
   bool connectedToHost,
   string errorCode,
   string errorMessage,
   IList operationNames,
   IDictionary readableAttributes,
   IDictionary writeableAttributes,
   string defaultOperationName,
   string entityName
);

Parameters

xmlText
xmlText
fields
fields
messageWaiting
messageWaiting
keyboardLocked
keyboardLocked
connectedToHost
connectedToHost
errorCode
errorCode
errorMessage
errorMessage
operationNames
operationNames
readableAttributes
readableAttributes
writeableAttributes
writeableAttributes
defaultOperationName
defaultOperationName
entityName
entityName

See Also

Screen Class | WRQ.Verastream.HostIntegrator Namespace