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

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

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

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

Part of the list interface for ChapterRefs

allChapters ( ) : ArrayList

Part of the list interface for Chapters

appendChapterRefs ( ChapterRef el ) : void

Part of the list interface for ChapterRefs

appendChapterRefs ( Lock aLock, ChapterRef el ) : void
appendChapterRefs ( System coll ) : void

Part of the list interface for ChapterRefs

appendChapterRefs ( System coll, Lock aLock ) : void
appendChapters ( Chapter el ) : void

Part of the list interface for Chapters

appendChapters ( Lock aLock, Chapter el ) : void
appendChapters ( System coll ) : void

Part of the list interface for Chapters

appendChapters ( System coll, Lock aLock ) : void
copyTo ( Specification other ) : void
countChapterRefs ( ) : int

Part of the list interface for ChapterRefs

countChapters ( ) : int

Part of the list interface for Chapters

deleteChapterRefs ( int idx ) : void

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

deleteChapterRefs ( int idx, Lock aLock ) : void
deleteChapters ( int idx ) : void

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

deleteChapters ( int idx, Lock aLock ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
find ( Object search ) : bool
getChapterRefs ( int idx ) : ChapterRef

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

getChapters ( int idx ) : Chapter

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

getVersion ( ) : string
indexOfChapterRefs ( IXmlBBase el ) : int

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

indexOfChapters ( IXmlBBase el ) : int

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

insertChapterRefs ( int idx, ChapterRef el ) : void

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

insertChapterRefs ( int idx, ChapterRef el, Lock aLock ) : void
insertChapters ( int idx, Chapter el ) : void

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

insertChapters ( int idx, Chapter 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.
removeChapterRefs ( IXmlBBase obj ) : void

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

removeChapterRefs ( IXmlBBase obj, Lock aLock ) : void
removeChapters ( IXmlBBase obj ) : void

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

removeChapters ( IXmlBBase obj, Lock aLock ) : void
setAllChapterRefs ( Lock aLock, System coll ) : void
setAllChapterRefs ( System coll ) : void

Part of the list interface for ChapterRefs

setAllChapters ( Lock aLock, System coll ) : void
setAllChapters ( System coll ) : void

Part of the list interface for Chapters

setVersion ( string 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.

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

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

Part of the list interface for ChapterRefs

getChapters ( ) : ArrayList

Part of the list interface for Chapters

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

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

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

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

public Specification ( ) : System
Результат System

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

public deleteChapterRefs ( int idx, Lock aLock ) : void
idx int
aLock Lock
Результат void

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

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

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

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

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

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

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

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

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

public getVersion ( ) : string
Результат string

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

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

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

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

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

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

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

public insertChapterRefs ( int idx, ChapterRef el, Lock aLock ) : void
idx int
el ChapterRef
aLock Lock
Результат void

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

public setVersion ( string v ) : void
v string
Результат 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