C# Класс DataDictionary.Generated.TypeSpec

Наследование: XmlBBase
Показать файл Открыть проект

Открытые методы

Метод Описание
NotifyControllers ( Lock aLock ) : void
TypeSpec ( ) : System
copyTo ( TypeSpec other ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
find ( Object search ) : bool
getBl ( ) : string
getChar_value ( ) : char_value
getDescription ( ) : string
getErtms_type ( ) : acceptor.TypeSpec_ertms_type
getErtms_type_AsString ( ) : string
getId ( ) : string
getLength ( ) : int
getMaximum_value ( ) : string
getMinimum_value ( ) : string
getReference ( ) : string
getResolution_formula ( ) : string
getShort_description ( ) : string
getValues ( ) : 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.
setBl ( string v ) : void
setChar_value ( char_value v ) : void
setDescription ( string v ) : void
setErtms_type ( acceptor v ) : void
setErtms_type_AsString ( string v ) : bool
setId ( string v ) : void
setLength ( int v ) : void
setMaximum_value ( string v ) : void
setMinimum_value ( string v ) : void
setReference ( string v ) : void
setResolution_formula ( string v ) : void
setShort_description ( string v ) : void
setValues ( 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.

Описание методов

NotifyControllers() публичный Метод

public NotifyControllers ( Lock aLock ) : void
aLock Lock
Результат void

TypeSpec() публичный Метод

public TypeSpec ( ) : System
Результат System

copyTo() публичный Метод

public copyTo ( TypeSpec other ) : void
other TypeSpec
Результат void

dispatch() публичный Метод

public dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
v XmlBooster.XmlBBaseVisitor
Результат void

dispatch() публичный Метод

public dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
v XmlBooster.XmlBBaseVisitor
visitSubNodes bool
Результат void

find() публичный Метод

public find ( Object search ) : bool
search Object
Результат bool

getBl() публичный Метод

public getBl ( ) : string
Результат string

getChar_value() публичный Метод

public getChar_value ( ) : char_value
Результат char_value

getDescription() публичный Метод

public getDescription ( ) : string
Результат string

getErtms_type() публичный Метод

public getErtms_type ( ) : acceptor.TypeSpec_ertms_type
Результат acceptor.TypeSpec_ertms_type

getErtms_type_AsString() публичный Метод

public getErtms_type_AsString ( ) : string
Результат string

getId() публичный Метод

public getId ( ) : string
Результат string

getLength() публичный Метод

public getLength ( ) : int
Результат int

getMaximum_value() публичный Метод

public getMaximum_value ( ) : string
Результат string

getMinimum_value() публичный Метод

public getMinimum_value ( ) : string
Результат string

getReference() публичный Метод

public getReference ( ) : string
Результат string

getResolution_formula() публичный Метод

public getResolution_formula ( ) : string
Результат string

getShort_description() публичный Метод

public getShort_description ( ) : string
Результат string

getValues() публичный Метод

public getValues ( ) : Values
Результат Values

parse() публичный Метод

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
Результат void

parseBody() публичный Метод

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
Результат void

setBl() публичный Метод

public setBl ( string v ) : void
v string
Результат void

setChar_value() публичный Метод

public setChar_value ( char_value v ) : void
v char_value
Результат void

setDescription() публичный Метод

public setDescription ( string v ) : void
v string
Результат void

setErtms_type() публичный Метод

public setErtms_type ( acceptor v ) : void
v acceptor
Результат void

setErtms_type_AsString() публичный Метод

public setErtms_type_AsString ( string v ) : bool
v string
Результат bool

setId() публичный Метод

public setId ( string v ) : void
v string
Результат void

setLength() публичный Метод

public setLength ( int v ) : void
v int
Результат void

setMaximum_value() публичный Метод

public setMaximum_value ( string v ) : void
v string
Результат void

setMinimum_value() публичный Метод

public setMinimum_value ( string v ) : void
v string
Результат void

setReference() публичный Метод

public setReference ( string v ) : void
v string
Результат void

setResolution_formula() публичный Метод

public setResolution_formula ( string v ) : void
v string
Результат void

setShort_description() публичный Метод

public setShort_description ( string v ) : void
v string
Результат void

setValues() публичный Метод

public setValues ( Values v ) : void
v Values
Результат void

subElements() публичный Метод

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
Результат void

unParse() публичный Метод

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
Результат void

unParseBody() публичный Метод

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
Результат void