C# Class DataDictionary.Generated.Chapter

Inheritance: DataDictionary.Namable
Mostra file Open project: ERTMSSolutions/ERTMSFormalSpecs Class Usage Examples

Public Methods

Method 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

Method Description
getParagraphs ( ) : ArrayList

Part of the list interface for Paragraphs

getTypeSpecs ( ) : ArrayList

Part of the list interface for TypeSpecs

Method Details

Chapter() public method

public Chapter ( ) : System
return System

NotifyControllers() public method

public NotifyControllers ( Lock aLock ) : void
aLock Lock
return void

allParagraphs() public method

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

allTypeSpecs() public method

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

appendParagraphs() public method

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

appendParagraphs() public method

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

appendParagraphs() public method

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

appendParagraphs() public method

public appendParagraphs ( System coll, Lock aLock ) : void
coll System
aLock Lock
return void

appendTypeSpecs() public method

public appendTypeSpecs ( Lock aLock, TypeSpec el ) : void
aLock Lock
el TypeSpec
return void

appendTypeSpecs() public method

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

appendTypeSpecs() public method

public appendTypeSpecs ( System coll, Lock aLock ) : void
coll System
aLock Lock
return void

appendTypeSpecs() public method

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

copyTo() public method

public copyTo ( Chapter other ) : void
other Chapter
return void

countParagraphs() public method

Part of the list interface for Paragraphs
public countParagraphs ( ) : int
return int

countTypeSpecs() public method

Part of the list interface for TypeSpecs
public countTypeSpecs ( ) : int
return int

deleteParagraphs() public method

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
return void

deleteParagraphs() public method

public deleteParagraphs ( int idx, Lock aLock ) : void
idx int
aLock Lock
return void

deleteTypeSpecs() public method

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
return void

deleteTypeSpecs() public method

public deleteTypeSpecs ( int idx, Lock aLock ) : void
idx int
aLock Lock
return void

dispatch() public method

public dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
v XmlBooster.XmlBBaseVisitor
return void

dispatch() public method

public dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
v XmlBooster.XmlBBaseVisitor
visitSubNodes bool
return void

find() public method

public find ( Object search ) : bool
search Object
return bool

getId() public method

public getId ( ) : string
return string

getParagraphs() public method

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
return Paragraph

getRuleCheckDisabling() public method

public getRuleCheckDisabling ( ) : RuleCheckDisabling
return RuleCheckDisabling

getTypeSpecs() public method

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
return TypeSpec

indexOfParagraphs() public method

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
return int

indexOfTypeSpecs() public method

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
return int

insertParagraphs() public method

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
return void

insertParagraphs() public method

public insertParagraphs ( int idx, Paragraph el, Lock aLock ) : void
idx int
el Paragraph
aLock Lock
return void

insertTypeSpecs() public method

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
return void

insertTypeSpecs() public method

public insertTypeSpecs ( int idx, TypeSpec el, Lock aLock ) : void
idx int
el TypeSpec
aLock Lock
return void

parse() public method

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
return void

parseBody() public method

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
return void

removeParagraphs() public method

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
return void

removeParagraphs() public method

public removeParagraphs ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
return void

removeTypeSpecs() public method

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
return void

removeTypeSpecs() public method

public removeTypeSpecs ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
return void

setAllParagraphs() public method

public setAllParagraphs ( Lock aLock, System coll ) : void
aLock Lock
coll System
return void

setAllParagraphs() public method

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

setAllTypeSpecs() public method

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

setAllTypeSpecs() public method

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

setId() public method

public setId ( string v ) : void
v string
return void

setRuleCheckDisabling() public method

public setRuleCheckDisabling ( RuleCheckDisabling v ) : void
v RuleCheckDisabling
return void

subElements() public method

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
return void

unParse() public method

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
return void

unParseBody() public method

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
return void