C# Class idTech4.Text.idDecl

Inheritance: IDisposable
Show file Open project: iainmckay/idtech4.net Class Usage Examples

Private Properties

Property Type Description
ParseLocal void

Public Methods

Method Description
Dispose ( ) : void
EnsureNotPurged ( ) : void
MakeDefault ( ) : void
Parse ( string text ) : bool
Purge ( ) : void
idDecl ( ) : System

Protected Methods

Method Description
ClearData ( ) : void
Dispose ( bool disposing ) : void
GenerateDefaultText ( ) : bool

Private Methods

Method Description
ParseLocal ( ) : void

Parses the decl definition. After calling parse, a decl will be guaranteed usable.

Method Details

ClearData() protected method

protected ClearData ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

EnsureNotPurged() public method

public EnsureNotPurged ( ) : void
return void

GenerateDefaultText() protected method

protected GenerateDefaultText ( ) : bool
return bool

MakeDefault() public method

public MakeDefault ( ) : void
return void

Parse() public method

public Parse ( string text ) : bool
text string
return bool

Purge() public method

public Purge ( ) : void
return void

idDecl() public method

public idDecl ( ) : System
return System