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

Наследование: DataDictionary.Types.Type
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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