C# Class Uiml.Param

Inheritance: IUimlElement
Show file Open project: jozilla/Uiml.net Class Usage Examples

Public Methods

Method Description
Clone ( ) : object
Param ( ) : System
Param ( XmlNode n ) : System
Process ( XmlNode n ) : void
Process ( XmlNode n, string additionalName ) : void

This function is used by the DParam class.

Serialize ( XmlDocument doc ) : XmlNode
ToString ( ) : string

Protected Methods

Method Description
PreClone ( ) : Param

Private Methods

Method Description
internalProcess ( XmlNode n ) : void

Method Details

Clone() public method

public Clone ( ) : object
return object

Param() public method

public Param ( ) : System
return System

Param() public method

public Param ( XmlNode n ) : System
n System.Xml.XmlNode
return System

PreClone() protected method

protected PreClone ( ) : Param
return Param

Process() public method

public Process ( XmlNode n ) : void
n System.Xml.XmlNode
return void

Process() public method

This function is used by the DParam class.
public Process ( XmlNode n, string additionalName ) : void
n System.Xml.XmlNode the XmlNode to process
additionalName string the name which must be checked instead of IAM
return void

Serialize() public method

public Serialize ( XmlDocument doc ) : XmlNode
doc System.Xml.XmlDocument
return System.Xml.XmlNode

ToString() public method

public ToString ( ) : string
return string