C# 클래스 DataDictionary.Generated.special_or_reserved_value

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

공개 메소드들

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

메소드 상세

NotifyControllers() 공개 메소드

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

copyTo() 공개 메소드

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

getMask() 공개 메소드

public getMask ( ) : mask
리턴 mask

getMatch() 공개 메소드

public getMatch ( ) : match
리턴 match

getMatch_range() 공개 메소드

public getMatch_range ( ) : match_range
리턴 match_range

getMeaning() 공개 메소드

public getMeaning ( ) : meaning
리턴 meaning

getValue() 공개 메소드

public getValue ( ) : value
리턴 value

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

setMask() 공개 메소드

public setMask ( mask v ) : void
v mask
리턴 void

setMatch() 공개 메소드

public setMatch ( match v ) : void
v match
리턴 void

setMatch_range() 공개 메소드

public setMatch_range ( match_range v ) : void
v match_range
리턴 void

setMeaning() 공개 메소드

public setMeaning ( meaning v ) : void
v meaning
리턴 void

setValue() 공개 메소드

public setValue ( value v ) : void
v value
리턴 void

special_or_reserved_value() 공개 메소드

public special_or_reserved_value ( ) : System
리턴 System

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