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

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

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

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

Part of the list interface for Requirements

appendRequirements ( Lock aLock, ReqRef el ) : void
appendRequirements ( ReqRef el ) : void

Part of the list interface for Requirements

appendRequirements ( System coll ) : void

Part of the list interface for Requirements

appendRequirements ( System coll, Lock aLock ) : void
copyTo ( ReferencesParagraph other ) : void
countRequirements ( ) : int

Part of the list interface for Requirements

deleteRequirements ( int idx ) : void

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

deleteRequirements ( int idx, Lock aLock ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
find ( Object search ) : bool
getComment ( ) : string
getRequirements ( int idx ) : ReqRef

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

indexOfRequirements ( IXmlBBase el ) : int

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

insertRequirements ( int idx, ReqRef el ) : void

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

insertRequirements ( int idx, ReqRef 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.
removeRequirements ( IXmlBBase obj ) : void

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

removeRequirements ( IXmlBBase obj, Lock aLock ) : void
setAllRequirements ( Lock aLock, System coll ) : void
setAllRequirements ( System coll ) : void

Part of the list interface for Requirements

setComment ( 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.

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

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

Part of the list interface for Requirements

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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