C# Class DataDictionary.Generated.ReferencesParagraph

Inheritance: DataDictionary.Namable
Afficher le fichier Open project: ERTMSSolutions/ERTMSFormalSpecs Class Usage Examples

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
getRequirements ( ) : ArrayList

Part of the list interface for Requirements

Method Details

NotifyControllers() public méthode

public NotifyControllers ( Lock aLock ) : void
aLock Lock
Résultat void

ReferencesParagraph() public méthode

public ReferencesParagraph ( ) : System
Résultat System

allRequirements() public méthode

Part of the list interface for Requirements
public allRequirements ( ) : ArrayList
Résultat System.Collections.ArrayList

appendRequirements() public méthode

public appendRequirements ( Lock aLock, ReqRef el ) : void
aLock Lock
el ReqRef
Résultat void

appendRequirements() public méthode

Part of the list interface for Requirements
public appendRequirements ( ReqRef el ) : void
el ReqRef a ReqRef to add to the collection in /// Requirements
Résultat void

appendRequirements() public méthode

Part of the list interface for Requirements
public appendRequirements ( System coll ) : void
coll System a collection ofReqRefs to add to the collection in /// Requirements
Résultat void

appendRequirements() public méthode

public appendRequirements ( System coll, Lock aLock ) : void
coll System
aLock Lock
Résultat void

copyTo() public méthode

public copyTo ( ReferencesParagraph other ) : void
other ReferencesParagraph
Résultat void

countRequirements() public méthode

Part of the list interface for Requirements
public countRequirements ( ) : int
Résultat int

deleteRequirements() public méthode

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
Résultat void

deleteRequirements() public méthode

public deleteRequirements ( int idx, Lock aLock ) : void
idx int
aLock Lock
Résultat void

dispatch() public méthode

public dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
v XmlBooster.XmlBBaseVisitor
Résultat void

dispatch() public méthode

public dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
v XmlBooster.XmlBBaseVisitor
visitSubNodes bool
Résultat void

find() public méthode

public find ( Object search ) : bool
search Object
Résultat bool

getComment() public méthode

public getComment ( ) : string
Résultat string

getRequirements() public méthode

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
Résultat ReqRef

indexOfRequirements() public méthode

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
Résultat int

insertRequirements() public méthode

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
Résultat void

insertRequirements() public méthode

public insertRequirements ( int idx, ReqRef el, Lock aLock ) : void
idx int
el ReqRef
aLock Lock
Résultat void

parse() public méthode

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
Résultat void

parseBody() public méthode

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
Résultat void

removeRequirements() public méthode

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
Résultat void

removeRequirements() public méthode

public removeRequirements ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
Résultat void

setAllRequirements() public méthode

public setAllRequirements ( Lock aLock, System coll ) : void
aLock Lock
coll System
Résultat void

setAllRequirements() public méthode

Part of the list interface for Requirements
public setAllRequirements ( System coll ) : void
coll System a collection of elements which replaces /// Requirements's current content.
Résultat void

setComment() public méthode

public setComment ( string v ) : void
v string
Résultat void

subElements() public méthode

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
Résultat void

unParse() public méthode

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
Résultat void

unParseBody() public méthode

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
Résultat void