C# Class Mono.Addins.Description.NodeTypeAttribute

Description of the attribute of a node type.
Inheritance: ObjectDescription
Show file Open project: slluis/mono-addins Class Usage Examples

Public Methods

Method Description
CopyFrom ( NodeTypeAttribute att ) : void

Copies data from another node attribute.

NodeTypeAttribute ( ) : System

Initializes a new instance of the Mono.Addins.Description.NodeTypeAttribute class.

Private Methods

Method Description
NodeTypeAttribute ( XmlElement elem ) : System
Read ( Mono.Addins.Serialization.BinaryXmlReader reader ) : void
SaveXml ( XmlElement parent ) : void
Verify ( string location, StringCollection errors ) : void
Write ( Mono.Addins.Serialization.BinaryXmlWriter writer ) : void

Method Details

CopyFrom() public method

Copies data from another node attribute.
public CopyFrom ( NodeTypeAttribute att ) : void
att NodeTypeAttribute /// The attribute from which to copy. ///
return void

NodeTypeAttribute() public method

Initializes a new instance of the Mono.Addins.Description.NodeTypeAttribute class.
public NodeTypeAttribute ( ) : System
return System