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

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

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

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

Part of the list interface for Comments

appendComments ( Lock aLock, SourceTextComment el ) : void
appendComments ( SourceTextComment el ) : void

Part of the list interface for Comments

appendComments ( System coll ) : void

Part of the list interface for Comments

appendComments ( System coll, Lock aLock ) : void
copyTo ( SourceText other ) : void
countComments ( ) : int

Part of the list interface for Comments

deleteComments ( int idx ) : void

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

deleteComments ( int idx, Lock aLock ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
find ( Object search ) : bool
getComments ( int idx ) : SourceTextComment

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

getRegularExpression ( ) : bool
indexOfComments ( IXmlBBase el ) : int

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

insertComments ( int idx, SourceTextComment el ) : void

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

insertComments ( int idx, SourceTextComment 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.
removeComments ( IXmlBBase obj ) : void

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

removeComments ( IXmlBBase obj, Lock aLock ) : void
setAllComments ( Lock aLock, System coll ) : void
setAllComments ( System coll ) : void

Part of the list interface for Comments

setRegularExpression ( bool 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.

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

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

Part of the list interface for Comments

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

public getRegularExpression ( ) : bool
Результат bool

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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