C# 클래스 ModRom.Tables.Table

파일 보기 프로젝트 열기: Merp/SharpTune

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

AddAxis() 공개 메소드

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

AddAxis() 공개 메소드

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

Table() 공개 메소드

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

Table() 공개 메소드

Constructor
public Table ( string name ) : System
name string
리턴 System