C# 클래스 DataDictionary.Generated.Range

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

공개 메소드들

메소드 설명
NotifyControllers ( Lock aLock ) : void
Range ( ) : System
allSpecialValues ( ) : ArrayList

Part of the list interface for SpecialValues

appendSpecialValues ( EnumValue el ) : void

Part of the list interface for SpecialValues

appendSpecialValues ( Lock aLock, EnumValue el ) : void
appendSpecialValues ( System coll ) : void

Part of the list interface for SpecialValues

appendSpecialValues ( System coll, Lock aLock ) : void
copyTo ( Range other ) : void
countSpecialValues ( ) : int

Part of the list interface for SpecialValues

deleteSpecialValues ( int idx ) : void

Part of the list interface for SpecialValues This deletion function removes an element from the collection in SpecialValues

deleteSpecialValues ( int idx, Lock aLock ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
find ( Object search ) : bool
getMaxValue ( ) : string
getMinValue ( ) : string
getPrecision ( ) : acceptor.PrecisionEnum
getPrecision_AsString ( ) : string
getSpecialValues ( int idx ) : EnumValue

Part of the list interface for SpecialValues This function returns an element from the collection in SpecialValues based on an index.

indexOfSpecialValues ( IXmlBBase el ) : int

Part of the list interface for SpecialValues This function returns the index of an element in the collection.

insertSpecialValues ( int idx, EnumValue el ) : void

Part of the list interface for SpecialValues This insertion function inserts a new element in the collection in SpecialValues

insertSpecialValues ( int idx, EnumValue el, Lock aLock ) : void
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.
removeSpecialValues ( IXmlBBase obj ) : void

Part of the list interface for SpecialValues This deletion function removes an element from the collection in SpecialValues If the object given in parameter is not found in the the collection, this function does nothing.

removeSpecialValues ( IXmlBBase obj, Lock aLock ) : void
setAllSpecialValues ( Lock aLock, System coll ) : void
setAllSpecialValues ( System coll ) : void

Part of the list interface for SpecialValues

setMaxValue ( string v ) : void
setMinValue ( string v ) : void
setPrecision ( acceptor v ) : void
setPrecision_AsString ( string v ) : bool
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.

비공개 메소드들

메소드 설명
getSpecialValues ( ) : ArrayList

Part of the list interface for SpecialValues

메소드 상세

NotifyControllers() 공개 메소드

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

Range() 공개 메소드

public Range ( ) : System
리턴 System

allSpecialValues() 공개 메소드

Part of the list interface for SpecialValues
public allSpecialValues ( ) : ArrayList
리턴 System.Collections.ArrayList

appendSpecialValues() 공개 메소드

Part of the list interface for SpecialValues
public appendSpecialValues ( EnumValue el ) : void
el EnumValue a EnumValue to add to the collection in /// SpecialValues
리턴 void

appendSpecialValues() 공개 메소드

public appendSpecialValues ( Lock aLock, EnumValue el ) : void
aLock Lock
el EnumValue
리턴 void

appendSpecialValues() 공개 메소드

Part of the list interface for SpecialValues
public appendSpecialValues ( System coll ) : void
coll System a collection ofEnumValues to add to the collection in /// SpecialValues
리턴 void

appendSpecialValues() 공개 메소드

public appendSpecialValues ( System coll, Lock aLock ) : void
coll System
aLock Lock
리턴 void

copyTo() 공개 메소드

public copyTo ( Range other ) : void
other Range
리턴 void

countSpecialValues() 공개 메소드

Part of the list interface for SpecialValues
public countSpecialValues ( ) : int
리턴 int

deleteSpecialValues() 공개 메소드

Part of the list interface for SpecialValues This deletion function removes an element from the collection in SpecialValues
public deleteSpecialValues ( int idx ) : void
idx int the index of the element to remove
리턴 void

deleteSpecialValues() 공개 메소드

public deleteSpecialValues ( int idx, Lock aLock ) : void
idx int
aLock Lock
리턴 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

getMaxValue() 공개 메소드

public getMaxValue ( ) : string
리턴 string

getMinValue() 공개 메소드

public getMinValue ( ) : string
리턴 string

getPrecision() 공개 메소드

public getPrecision ( ) : acceptor.PrecisionEnum
리턴 acceptor.PrecisionEnum

getPrecision_AsString() 공개 메소드

public getPrecision_AsString ( ) : string
리턴 string

getSpecialValues() 공개 메소드

Part of the list interface for SpecialValues This function returns an element from the collection in SpecialValues based on an index.
public getSpecialValues ( int idx ) : EnumValue
idx int the index of the element to extract
리턴 EnumValue

indexOfSpecialValues() 공개 메소드

Part of the list interface for SpecialValues This function returns the index of an element in the collection.
public indexOfSpecialValues ( IXmlBBase el ) : int
el IXmlBBase the object to look for
리턴 int

insertSpecialValues() 공개 메소드

Part of the list interface for SpecialValues This insertion function inserts a new element in the collection in SpecialValues
public insertSpecialValues ( int idx, EnumValue el ) : void
idx int the index where the insertion must take place
el EnumValue the element to insert
리턴 void

insertSpecialValues() 공개 메소드

public insertSpecialValues ( int idx, EnumValue el, Lock aLock ) : void
idx int
el EnumValue
aLock Lock
리턴 void

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

removeSpecialValues() 공개 메소드

Part of the list interface for SpecialValues This deletion function removes an element from the collection in SpecialValues If the object given in parameter is not found in the the collection, this function does nothing.
public removeSpecialValues ( IXmlBBase obj ) : void
obj IXmlBBase the object to remove
리턴 void

removeSpecialValues() 공개 메소드

public removeSpecialValues ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
리턴 void

setAllSpecialValues() 공개 메소드

public setAllSpecialValues ( Lock aLock, System coll ) : void
aLock Lock
coll System
리턴 void

setAllSpecialValues() 공개 메소드

Part of the list interface for SpecialValues
public setAllSpecialValues ( System coll ) : void
coll System a collection of elements which replaces /// SpecialValues's current content.
리턴 void

setMaxValue() 공개 메소드

public setMaxValue ( string v ) : void
v string
리턴 void

setMinValue() 공개 메소드

public setMinValue ( string v ) : void
v string
리턴 void

setPrecision() 공개 메소드

public setPrecision ( acceptor v ) : void
v acceptor
리턴 void

setPrecision_AsString() 공개 메소드

public setPrecision_AsString ( string v ) : bool
v string
리턴 bool

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