C# Class DataDictionary.Generated.Values

Inheritance: XmlBBase
Show file Open project: ERTMSSolutions/ERTMSFormalSpecs Class Usage Examples

Public Methods

Method Description
NotifyControllers ( Lock aLock ) : void
Values ( ) : System
copyTo ( Values other ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
find ( Object search ) : bool
getResolution_formula_1 ( ) : resolution_formula
getSpecial_or_reserved_value ( ) : special_or_reserved_value
getSpecial_or_reserved_values ( ) : special_or_reserved_values
parse ( XmlBooster.XmlBContext ctxt, string endingTag ) : void This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
parseBody ( XmlBooster.XmlBContext ctxt ) : void This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
setResolution_formula_1 ( resolution_formula v ) : void
setSpecial_or_reserved_value ( special_or_reserved_value v ) : void
setSpecial_or_reserved_values ( special_or_reserved_values v ) : void
subElements ( ArrayList l ) : void This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
unParse ( TextWriter pw, bool typeId, string headingTag, string endingTag ) : void This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
unParseBody ( TextWriter pw ) : void This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.

Method Details

NotifyControllers() public method

public NotifyControllers ( Lock aLock ) : void
aLock Lock
return void

Values() public method

public Values ( ) : System
return System

copyTo() public method

public copyTo ( Values other ) : void
other Values
return void

dispatch() public method

public dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
v XmlBooster.XmlBBaseVisitor
return void

dispatch() public method

public dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
v XmlBooster.XmlBBaseVisitor
visitSubNodes bool
return void

find() public method

public find ( Object search ) : bool
search Object
return bool

getResolution_formula_1() public method

public getResolution_formula_1 ( ) : resolution_formula
return resolution_formula

getSpecial_or_reserved_value() public method

public getSpecial_or_reserved_value ( ) : special_or_reserved_value
return special_or_reserved_value

getSpecial_or_reserved_values() public method

public getSpecial_or_reserved_values ( ) : special_or_reserved_values
return special_or_reserved_values

parse() public method

This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
public parse ( XmlBooster.XmlBContext ctxt, string endingTag ) : void
ctxt XmlBooster.XmlBContext
endingTag string
return void

parseBody() public method

This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
public parseBody ( XmlBooster.XmlBContext ctxt ) : void
ctxt XmlBooster.XmlBContext
return void

setResolution_formula_1() public method

public setResolution_formula_1 ( resolution_formula v ) : void
v resolution_formula
return void

setSpecial_or_reserved_value() public method

public setSpecial_or_reserved_value ( special_or_reserved_value v ) : void
v special_or_reserved_value
return void

setSpecial_or_reserved_values() public method

public setSpecial_or_reserved_values ( special_or_reserved_values v ) : void
v special_or_reserved_values
return void

subElements() public method

This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
public subElements ( ArrayList l ) : void
l System.Collections.ArrayList
return void

unParse() public method

This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
public unParse ( TextWriter pw, bool typeId, string headingTag, string endingTag ) : void
pw System.IO.TextWriter
typeId bool
headingTag string
endingTag string
return void

unParseBody() public method

This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
public unParseBody ( TextWriter pw ) : void
pw System.IO.TextWriter
return void