C# Class DataDictionary.Generated.special_or_reserved_value

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

Méthodes publiques

Méthode Description
NotifyControllers ( Lock aLock ) : void
copyTo ( special_or_reserved_value other ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
find ( Object search ) : bool
getMask ( ) : mask
getMatch ( ) : match
getMatch_range ( ) : match_range
getMeaning ( ) : meaning
getValue ( ) : value
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.
setMask ( mask v ) : void
setMatch ( match v ) : void
setMatch_range ( match_range v ) : void
setMeaning ( meaning v ) : void
setValue ( value v ) : void
special_or_reserved_value ( ) : System
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

copyTo() public méthode

public copyTo ( special_or_reserved_value other ) : void
other special_or_reserved_value
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

getMask() public méthode

public getMask ( ) : mask
Résultat mask

getMatch() public méthode

public getMatch ( ) : match
Résultat match

getMatch_range() public méthode

public getMatch_range ( ) : match_range
Résultat match_range

getMeaning() public méthode

public getMeaning ( ) : meaning
Résultat meaning

getValue() public méthode

public getValue ( ) : value
Résultat value

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

setMask() public méthode

public setMask ( mask v ) : void
v mask
Résultat void

setMatch() public méthode

public setMatch ( match v ) : void
v match
Résultat void

setMatch_range() public méthode

public setMatch_range ( match_range v ) : void
v match_range
Résultat void

setMeaning() public méthode

public setMeaning ( meaning v ) : void
v meaning
Résultat void

setValue() public méthode

public setValue ( value v ) : void
v value
Résultat void

special_or_reserved_value() public méthode

public special_or_reserved_value ( ) : System
Résultat System

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