C# 클래스 DataDictionary.Generated.Values

상속: XmlBBase
파일 보기 프로젝트 열기: ERTMSSolutions/ERTMSFormalSpecs 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

NotifyControllers() 공개 메소드

public NotifyControllers ( Lock aLock ) : void
aLock Lock
리턴 void

Values() 공개 메소드

public Values ( ) : System
리턴 System

copyTo() 공개 메소드

public copyTo ( Values other ) : void
other Values
리턴 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

getResolution_formula_1() 공개 메소드

public getResolution_formula_1 ( ) : resolution_formula
리턴 resolution_formula

getSpecial_or_reserved_value() 공개 메소드

public getSpecial_or_reserved_value ( ) : special_or_reserved_value
리턴 special_or_reserved_value

getSpecial_or_reserved_values() 공개 메소드

public getSpecial_or_reserved_values ( ) : special_or_reserved_values
리턴 special_or_reserved_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

setResolution_formula_1() 공개 메소드

public setResolution_formula_1 ( resolution_formula v ) : void
v resolution_formula
리턴 void

setSpecial_or_reserved_value() 공개 메소드

public setSpecial_or_reserved_value ( special_or_reserved_value v ) : void
v special_or_reserved_value
리턴 void

setSpecial_or_reserved_values() 공개 메소드

public setSpecial_or_reserved_values ( special_or_reserved_values v ) : void
v special_or_reserved_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