C# Class DataDictionary.Generated.Values

Inheritance: XmlBBase
Afficher le fichier Open project: ERTMSSolutions/ERTMSFormalSpecs Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public NotifyControllers ( Lock aLock ) : void
aLock Lock
Résultat void

Values() public méthode

public Values ( ) : System
Résultat System

copyTo() public méthode

public copyTo ( Values other ) : void
other Values
Résultat void

dispatch() public méthode

public dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
v XmlBooster.XmlBBaseVisitor
Résultat void

dispatch() public méthode

public dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
v XmlBooster.XmlBBaseVisitor
visitSubNodes bool
Résultat void

find() public méthode

public find ( Object search ) : bool
search Object
Résultat bool

getResolution_formula_1() public méthode

public getResolution_formula_1 ( ) : resolution_formula
Résultat resolution_formula

getSpecial_or_reserved_value() public méthode

public getSpecial_or_reserved_value ( ) : special_or_reserved_value
Résultat special_or_reserved_value

getSpecial_or_reserved_values() public méthode

public getSpecial_or_reserved_values ( ) : special_or_reserved_values
Résultat special_or_reserved_values

parse() public méthode

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
Résultat void

parseBody() public méthode

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
Résultat void

setResolution_formula_1() public méthode

public setResolution_formula_1 ( resolution_formula v ) : void
v resolution_formula
Résultat void

setSpecial_or_reserved_value() public méthode

public setSpecial_or_reserved_value ( special_or_reserved_value v ) : void
v special_or_reserved_value
Résultat void

setSpecial_or_reserved_values() public méthode

public setSpecial_or_reserved_values ( special_or_reserved_values v ) : void
v special_or_reserved_values
Résultat void

subElements() public méthode

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
Résultat void

unParse() public méthode

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
Résultat void

unParseBody() public méthode

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
Résultat void