C# Class DataDictionary.Generated.Chapter

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

Méthodes publiques

Méthode Description
Chapter ( ) : System
NotifyControllers ( Lock aLock ) : void
allParagraphs ( ) : ArrayList

Part of the list interface for Paragraphs

allTypeSpecs ( ) : ArrayList

Part of the list interface for TypeSpecs

appendParagraphs ( Lock aLock, Paragraph el ) : void
appendParagraphs ( Paragraph el ) : void

Part of the list interface for Paragraphs

appendParagraphs ( System coll ) : void

Part of the list interface for Paragraphs

appendParagraphs ( System coll, Lock aLock ) : void
appendTypeSpecs ( Lock aLock, TypeSpec el ) : void
appendTypeSpecs ( System coll ) : void

Part of the list interface for TypeSpecs

appendTypeSpecs ( System coll, Lock aLock ) : void
appendTypeSpecs ( TypeSpec el ) : void

Part of the list interface for TypeSpecs

copyTo ( Chapter other ) : void
countParagraphs ( ) : int

Part of the list interface for Paragraphs

countTypeSpecs ( ) : int

Part of the list interface for TypeSpecs

deleteParagraphs ( int idx ) : void

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

deleteParagraphs ( int idx, Lock aLock ) : void
deleteTypeSpecs ( int idx ) : void

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

deleteTypeSpecs ( int idx, Lock aLock ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
find ( Object search ) : bool
getId ( ) : string
getParagraphs ( int idx ) : Paragraph

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

getRuleCheckDisabling ( ) : RuleCheckDisabling
getTypeSpecs ( int idx ) : TypeSpec

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

indexOfParagraphs ( IXmlBBase el ) : int

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

indexOfTypeSpecs ( IXmlBBase el ) : int

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

insertParagraphs ( int idx, Paragraph el ) : void

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

insertParagraphs ( int idx, Paragraph el, Lock aLock ) : void
insertTypeSpecs ( int idx, TypeSpec el ) : void

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

insertTypeSpecs ( int idx, TypeSpec 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.
removeParagraphs ( IXmlBBase obj ) : void

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

removeParagraphs ( IXmlBBase obj, Lock aLock ) : void
removeTypeSpecs ( IXmlBBase obj ) : void

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

removeTypeSpecs ( IXmlBBase obj, Lock aLock ) : void
setAllParagraphs ( Lock aLock, System coll ) : void
setAllParagraphs ( System coll ) : void

Part of the list interface for Paragraphs

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

Part of the list interface for TypeSpecs

setId ( string v ) : void
setRuleCheckDisabling ( RuleCheckDisabling 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
getParagraphs ( ) : ArrayList

Part of the list interface for Paragraphs

getTypeSpecs ( ) : ArrayList

Part of the list interface for TypeSpecs

Method Details

Chapter() public méthode

public Chapter ( ) : System
Résultat System

NotifyControllers() public méthode

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

allParagraphs() public méthode

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

allTypeSpecs() public méthode

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

appendParagraphs() public méthode

public appendParagraphs ( Lock aLock, Paragraph el ) : void
aLock Lock
el Paragraph
Résultat void

appendParagraphs() public méthode

Part of the list interface for Paragraphs
public appendParagraphs ( Paragraph el ) : void
el Paragraph a Paragraph to add to the collection in /// Paragraphs
Résultat void

appendParagraphs() public méthode

Part of the list interface for Paragraphs
public appendParagraphs ( System coll ) : void
coll System a collection ofParagraphs to add to the collection in /// Paragraphs
Résultat void

appendParagraphs() public méthode

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

appendTypeSpecs() public méthode

public appendTypeSpecs ( Lock aLock, TypeSpec el ) : void
aLock Lock
el TypeSpec
Résultat void

appendTypeSpecs() public méthode

Part of the list interface for TypeSpecs
public appendTypeSpecs ( System coll ) : void
coll System a collection ofTypeSpecs to add to the collection in /// TypeSpecs
Résultat void

appendTypeSpecs() public méthode

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

appendTypeSpecs() public méthode

Part of the list interface for TypeSpecs
public appendTypeSpecs ( TypeSpec el ) : void
el TypeSpec a TypeSpec to add to the collection in /// TypeSpecs
Résultat void

copyTo() public méthode

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

countParagraphs() public méthode

Part of the list interface for Paragraphs
public countParagraphs ( ) : int
Résultat int

countTypeSpecs() public méthode

Part of the list interface for TypeSpecs
public countTypeSpecs ( ) : int
Résultat int

deleteParagraphs() public méthode

Part of the list interface for Paragraphs This deletion function removes an element from the collection in Paragraphs
public deleteParagraphs ( int idx ) : void
idx int the index of the element to remove
Résultat void

deleteParagraphs() public méthode

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

deleteTypeSpecs() public méthode

Part of the list interface for TypeSpecs This deletion function removes an element from the collection in TypeSpecs
public deleteTypeSpecs ( int idx ) : void
idx int the index of the element to remove
Résultat void

deleteTypeSpecs() public méthode

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

getId() public méthode

public getId ( ) : string
Résultat string

getParagraphs() public méthode

Part of the list interface for Paragraphs This function returns an element from the collection in Paragraphs based on an index.
public getParagraphs ( int idx ) : Paragraph
idx int the index of the element to extract
Résultat Paragraph

getRuleCheckDisabling() public méthode

public getRuleCheckDisabling ( ) : RuleCheckDisabling
Résultat RuleCheckDisabling

getTypeSpecs() public méthode

Part of the list interface for TypeSpecs This function returns an element from the collection in TypeSpecs based on an index.
public getTypeSpecs ( int idx ) : TypeSpec
idx int the index of the element to extract
Résultat TypeSpec

indexOfParagraphs() public méthode

Part of the list interface for Paragraphs This function returns the index of an element in the collection.
public indexOfParagraphs ( IXmlBBase el ) : int
el IXmlBBase the object to look for
Résultat int

indexOfTypeSpecs() public méthode

Part of the list interface for TypeSpecs This function returns the index of an element in the collection.
public indexOfTypeSpecs ( IXmlBBase el ) : int
el IXmlBBase the object to look for
Résultat int

insertParagraphs() public méthode

Part of the list interface for Paragraphs This insertion function inserts a new element in the collection in Paragraphs
public insertParagraphs ( int idx, Paragraph el ) : void
idx int the index where the insertion must take place
el Paragraph the element to insert
Résultat void

insertParagraphs() public méthode

public insertParagraphs ( int idx, Paragraph el, Lock aLock ) : void
idx int
el Paragraph
aLock Lock
Résultat void

insertTypeSpecs() public méthode

Part of the list interface for TypeSpecs This insertion function inserts a new element in the collection in TypeSpecs
public insertTypeSpecs ( int idx, TypeSpec el ) : void
idx int the index where the insertion must take place
el TypeSpec the element to insert
Résultat void

insertTypeSpecs() public méthode

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

removeParagraphs() public méthode

Part of the list interface for Paragraphs This deletion function removes an element from the collection in Paragraphs If the object given in parameter is not found in the the collection, this function does nothing.
public removeParagraphs ( IXmlBBase obj ) : void
obj IXmlBBase the object to remove
Résultat void

removeParagraphs() public méthode

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

removeTypeSpecs() public méthode

Part of the list interface for TypeSpecs This deletion function removes an element from the collection in TypeSpecs If the object given in parameter is not found in the the collection, this function does nothing.
public removeTypeSpecs ( IXmlBBase obj ) : void
obj IXmlBBase the object to remove
Résultat void

removeTypeSpecs() public méthode

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

setAllParagraphs() public méthode

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

setAllParagraphs() public méthode

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

setAllTypeSpecs() public méthode

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

setAllTypeSpecs() public méthode

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

setId() public méthode

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

setRuleCheckDisabling() public méthode

public setRuleCheckDisabling ( RuleCheckDisabling v ) : void
v RuleCheckDisabling
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