Property | Type | Description |
---|
Method | Description | |
---|---|---|
CleanBeforeCompilation ( CompilationOptions options, bool clearCache ) : DataDictionary.Generated |
Constructor
|
|
visit ( |
Clears the cache dependancy when a full rebuilt is asked
|
|
visit ( Generated obj, bool visitSubNodes ) : void |
Clears the cached FullName for all namables
|
|
visit ( IXmlBBase obj, bool visitSubNodes ) : void |
Cleans up the declared elements dictionaries
|
public CleanBeforeCompilation ( CompilationOptions options, bool clearCache ) : DataDictionary.Generated | ||
options | CompilationOptions | |
clearCache | bool | |
return | DataDictionary.Generated |
public visit ( |
||
obj | ||
visitSubNodes | bool | |
return | void |
public visit ( Generated obj, bool visitSubNodes ) : void | ||
obj | Generated | |
visitSubNodes | bool | |
return | void |
public visit ( IXmlBBase obj, bool visitSubNodes ) : void | ||
obj | IXmlBBase | |
visitSubNodes | bool | |
return | void |