C# 클래스 Prebuild.Core.Nodes.OptionsNode

상속: DataNode
파일 보기 프로젝트 열기: aurora-sim/Aurora-Libs 1 사용 예제들

공개 메소드들

메소드 설명
CopyTo ( OptionsNode opt ) : void

Copies to.

Parse ( XmlNode node ) : void

Parses the specified node.

this ( string index ) : object

Gets the Object at the specified index.

this ( string index, object defaultValue ) : object

Gets the Object at the specified index.

비공개 메소드들

메소드 설명
FlagDefined ( string name ) : void
OptionsNode ( ) : System

Initializes the OptionsNode class.

SetOption ( string nodeName, string val ) : void

메소드 상세

CopyTo() 공개 메소드

Copies to.
public CopyTo ( OptionsNode opt ) : void
opt OptionsNode The opt.
리턴 void

Parse() 공개 메소드

Parses the specified node.
public Parse ( XmlNode node ) : void
node XmlNode The node.
리턴 void

this() 공개 메소드

Gets the Object at the specified index.
public this ( string index ) : object
index string
리턴 object

this() 공개 메소드

Gets the Object at the specified index.
public this ( string index, object defaultValue ) : object
index string
defaultValue object
리턴 object