C# Class Nintenlord.Event_Assembler.Collections.DefineCollectionTreeBased

Inheritance: IDefineCollection
Show file Open project: Diegoisawesome/AwesomeMapEditor-old

Public Methods

Method Description
Add ( string name, string replacer ) : void
ApplyDefines ( string original, string &newOriginal ) : bool
ContainsName ( string name ) : bool
DefineCollectionTreeBased ( ) : System
GetReplacer ( string name ) : string
IsValidName ( string name ) : bool
Remove ( string name ) : void

Private Methods

Method Description
GetContainedOriginals ( string p, string>.IDictionary containedOriginals ) : int
IsValidCharacter ( char c ) : bool

Method Details

Add() public method

public Add ( string name, string replacer ) : void
name string
replacer string
return void

ApplyDefines() public method

public ApplyDefines ( string original, string &newOriginal ) : bool
original string
newOriginal string
return bool

ContainsName() public method

public ContainsName ( string name ) : bool
name string
return bool

DefineCollectionTreeBased() public method

public DefineCollectionTreeBased ( ) : System
return System

GetReplacer() public method

public GetReplacer ( string name ) : string
name string
return string

IsValidName() public method

public IsValidName ( string name ) : bool
name string
return bool

Remove() public method

public Remove ( string name ) : void
name string
return void