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

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

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

Метод Описание
NotifyControllers ( Lock aLock ) : void
allSpecial_or_reserved_values ( ) : ArrayList

Part of the list interface for Special_or_reserved_values

appendSpecial_or_reserved_values ( Lock aLock, special_or_reserved_value el ) : void
appendSpecial_or_reserved_values ( System coll ) : void

Part of the list interface for Special_or_reserved_values

appendSpecial_or_reserved_values ( System coll, Lock aLock ) : void
appendSpecial_or_reserved_values ( special_or_reserved_value el ) : void

Part of the list interface for Special_or_reserved_values

copyTo ( special_or_reserved_values other ) : void
countSpecial_or_reserved_values ( ) : int

Part of the list interface for Special_or_reserved_values

deleteSpecial_or_reserved_values ( int idx ) : void

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

deleteSpecial_or_reserved_values ( int idx, Lock aLock ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
find ( Object search ) : bool
getSpecial_or_reserved_values ( int idx ) : special_or_reserved_value

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

indexOfSpecial_or_reserved_values ( IXmlBBase el ) : int

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

insertSpecial_or_reserved_values ( int idx, special_or_reserved_value el ) : void

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

insertSpecial_or_reserved_values ( int idx, special_or_reserved_value 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.
removeSpecial_or_reserved_values ( IXmlBBase obj ) : void

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

removeSpecial_or_reserved_values ( IXmlBBase obj, Lock aLock ) : void
setAllSpecial_or_reserved_values ( Lock aLock, System coll ) : void
setAllSpecial_or_reserved_values ( System coll ) : void

Part of the list interface for Special_or_reserved_values

special_or_reserved_values ( ) : 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.

Приватные методы

Метод Описание
getSpecial_or_reserved_values ( ) : ArrayList

Part of the list interface for Special_or_reserved_values

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

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

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

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

Part of the list interface for Special_or_reserved_values
public allSpecial_or_reserved_values ( ) : ArrayList
Результат System.Collections.ArrayList

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

public appendSpecial_or_reserved_values ( Lock aLock, special_or_reserved_value el ) : void
aLock Lock
el special_or_reserved_value
Результат void

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

Part of the list interface for Special_or_reserved_values
public appendSpecial_or_reserved_values ( System coll ) : void
coll System a collection ofspecial_or_reserved_values to add to the collection in /// Special_or_reserved_values
Результат void

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

public appendSpecial_or_reserved_values ( System coll, Lock aLock ) : void
coll System
aLock Lock
Результат void

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

Part of the list interface for Special_or_reserved_values
public appendSpecial_or_reserved_values ( special_or_reserved_value el ) : void
el special_or_reserved_value a special_or_reserved_value to add to the collection in /// Special_or_reserved_values
Результат void

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

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

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

Part of the list interface for Special_or_reserved_values
public countSpecial_or_reserved_values ( ) : int
Результат int

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

Part of the list interface for Special_or_reserved_values This deletion function removes an element from the collection in Special_or_reserved_values
public deleteSpecial_or_reserved_values ( int idx ) : void
idx int the index of the element to remove
Результат void

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

public deleteSpecial_or_reserved_values ( 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

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

Part of the list interface for Special_or_reserved_values This function returns an element from the collection in Special_or_reserved_values based on an index.
public getSpecial_or_reserved_values ( int idx ) : special_or_reserved_value
idx int the index of the element to extract
Результат special_or_reserved_value

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

Part of the list interface for Special_or_reserved_values This function returns the index of an element in the collection.
public indexOfSpecial_or_reserved_values ( IXmlBBase el ) : int
el IXmlBBase the object to look for
Результат int

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

Part of the list interface for Special_or_reserved_values This insertion function inserts a new element in the collection in Special_or_reserved_values
public insertSpecial_or_reserved_values ( int idx, special_or_reserved_value el ) : void
idx int the index where the insertion must take place
el special_or_reserved_value the element to insert
Результат void

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

public insertSpecial_or_reserved_values ( int idx, special_or_reserved_value el, Lock aLock ) : void
idx int
el special_or_reserved_value
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

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

Part of the list interface for Special_or_reserved_values This deletion function removes an element from the collection in Special_or_reserved_values If the object given in parameter is not found in the the collection, this function does nothing.
public removeSpecial_or_reserved_values ( IXmlBBase obj ) : void
obj IXmlBBase the object to remove
Результат void

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

public removeSpecial_or_reserved_values ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
Результат void

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

public setAllSpecial_or_reserved_values ( Lock aLock, System coll ) : void
aLock Lock
coll System
Результат void

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

Part of the list interface for Special_or_reserved_values
public setAllSpecial_or_reserved_values ( System coll ) : void
coll System a collection of elements which replaces /// Special_or_reserved_values's current content.
Результат void

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

public special_or_reserved_values ( ) : 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