wx.NetMacros.UserInputRequired Class Reference

List of all members.

Public Member Functions

System.Xml.Schema.XmlSchema GetSchema ()
void ReadXml (System.Xml.XmlReader reader)
override string ToString ()
 UserInputRequired ()
 UserInputRequired (Type typeOfRequiredInput)
void WriteXml (System.Xml.XmlWriter writer)

Properties

TypeDescriptor TypeOfRequiredInput [get]


Detailed Description

Instances of this class represent missing arguments in method calls and generators. Instances of this class appear in generators and setter calls etc. that cannot be executed without replacing these dummy instances by an instance of an appropriate type.

Constructor & Destructor Documentation

wx.NetMacros.UserInputRequired.UserInputRequired ( Type  typeOfRequiredInput  ) 

Creates an instance. The argument describes the required user input.

Parameters:
typeOfRequiredInput 

wx.NetMacros.UserInputRequired.UserInputRequired (  ) 

Creates an instance that uses System.Object as type of required user input.


Member Function Documentation

System.Xml.Schema.XmlSchema wx.NetMacros.UserInputRequired.GetSchema (  ) 

void wx.NetMacros.UserInputRequired.ReadXml ( System.Xml.XmlReader  reader  ) 

override string wx.NetMacros.UserInputRequired.ToString (  ) 

void wx.NetMacros.UserInputRequired.WriteXml ( System.Xml.XmlWriter  writer  ) 


Property Documentation

TypeDescriptor wx.NetMacros.UserInputRequired.TypeOfRequiredInput [get]

The type of the required user input.


Manual of the wx.NET   (c) 2003-2011 the wx.NET project at   Get wx.NET at SourceForge.net. Fast, secure and Free Open Source software downloads