C# Class ModRom.Tables.Table

Mostra file Open project: Merp/SharpTune

Private Properties

Property Type Description

Public Methods

Method Description
AddAxis ( ) : void

Method to parse XML for adding a table axis

AddAxis ( System.Xml.Linq.XElement axis ) : void
Table ( System.Xml.Linq.XElement xel ) : System

Construct from XML Element

Table ( string name ) : System

Constructor

Method Details

AddAxis() public method

Method to parse XML for adding a table axis
public AddAxis ( ) : void
return void

AddAxis() public method

public AddAxis ( System.Xml.Linq.XElement axis ) : void
axis System.Xml.Linq.XElement
return void

Table() public method

Construct from XML Element
public Table ( System.Xml.Linq.XElement xel ) : System
xel System.Xml.Linq.XElement
return System

Table() public method

Constructor
public Table ( string name ) : System
name string
return System