C# 클래스 DataDictionary.Generated.Paragraph

상속: DataDictionary.ReferencesParagraph
파일 보기 프로젝트 열기: ERTMSSolutions/ERTMSFormalSpecs 1 사용 예제들

공개 메소드들

메소드 설명
NotifyControllers ( Lock aLock ) : void
Paragraph ( ) : System
allParagraphs ( ) : ArrayList

Part of the list interface for Paragraphs

allRequirementSets ( ) : ArrayList

Part of the list interface for RequirementSets

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
appendRequirementSets ( Lock aLock, RequirementSetReference el ) : void
appendRequirementSets ( RequirementSetReference el ) : void

Part of the list interface for RequirementSets

appendRequirementSets ( System coll ) : void

Part of the list interface for RequirementSets

appendRequirementSets ( 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 ( Paragraph other ) : void
countParagraphs ( ) : int

Part of the list interface for Paragraphs

countRequirementSets ( ) : int

Part of the list interface for RequirementSets

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
deleteRequirementSets ( int idx ) : void

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

deleteRequirementSets ( 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
getBl ( ) : string
getId ( ) : string
getImplementationStatus ( ) : acceptor.SPEC_IMPLEMENTED_ENUM
getImplementationStatus_AsString ( ) : string
getMessage ( ) : Message
getMoreInfoRequired ( ) : bool
getObsoleteFunctionalBlock ( ) : bool
getObsoleteFunctionalBlockName ( ) : string
getObsoleteGuid ( ) : string
getObsoleteScope ( ) : acceptor.Paragraph_scope
getObsoleteScopeOnBoard ( ) : bool
getObsoleteScopeRollingStock ( ) : bool
getObsoleteScopeTrackside ( ) : bool
getObsoleteScope_AsString ( ) : string
getOptional ( ) : bool
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.

getRequirementSets ( int idx ) : RequirementSetReference

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

getReviewed ( ) : bool
getRevision ( ) : ParagraphRevision
getSpecIssue ( ) : bool
getTested ( ) : bool
getText ( ) : string
getType ( ) : acceptor.Paragraph_type
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.

getType_AsString ( ) : string
getVersion ( ) : string
indexOfParagraphs ( IXmlBBase el ) : int

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

indexOfRequirementSets ( IXmlBBase el ) : int

Part of the list interface for RequirementSets 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
insertRequirementSets ( int idx, RequirementSetReference el ) : void

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

insertRequirementSets ( int idx, RequirementSetReference 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
removeRequirementSets ( IXmlBBase obj ) : void

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

removeRequirementSets ( 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

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

Part of the list interface for RequirementSets

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

Part of the list interface for TypeSpecs

setBl ( string v ) : void
setId ( string v ) : void
setImplementationStatus ( acceptor v ) : void
setImplementationStatus_AsString ( string v ) : bool
setMessage ( Message v ) : void
setMoreInfoRequired ( bool v ) : void
setObsoleteFunctionalBlock ( bool v ) : void
setObsoleteFunctionalBlockName ( string v ) : void
setObsoleteGuid ( string v ) : void
setObsoleteScope ( acceptor v ) : void
setObsoleteScopeOnBoard ( bool v ) : void
setObsoleteScopeRollingStock ( bool v ) : void
setObsoleteScopeTrackside ( bool v ) : void
setObsoleteScope_AsString ( string v ) : bool
setOptional ( bool v ) : void
setReviewed ( bool v ) : void
setRevision ( ParagraphRevision v ) : void
setSpecIssue ( bool v ) : void
setTested ( bool v ) : void
setText ( string v ) : void
setType ( acceptor v ) : void
setType_AsString ( string v ) : bool
setVersion ( 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.

비공개 메소드들

메소드 설명
getParagraphs ( ) : ArrayList

Part of the list interface for Paragraphs

getRequirementSets ( ) : ArrayList

Part of the list interface for RequirementSets

getTypeSpecs ( ) : ArrayList

Part of the list interface for TypeSpecs

메소드 상세

NotifyControllers() 공개 메소드

public NotifyControllers ( Lock aLock ) : void
aLock Lock
리턴 void

Paragraph() 공개 메소드

public Paragraph ( ) : System
리턴 System

allParagraphs() 공개 메소드

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

allRequirementSets() 공개 메소드

Part of the list interface for RequirementSets
public allRequirementSets ( ) : ArrayList
리턴 System.Collections.ArrayList

allTypeSpecs() 공개 메소드

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

appendParagraphs() 공개 메소드

public appendParagraphs ( Lock aLock, Paragraph el ) : void
aLock Lock
el Paragraph
리턴 void

appendParagraphs() 공개 메소드

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

appendParagraphs() 공개 메소드

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

appendParagraphs() 공개 메소드

public appendParagraphs ( System coll, Lock aLock ) : void
coll System
aLock Lock
리턴 void

appendRequirementSets() 공개 메소드

public appendRequirementSets ( Lock aLock, RequirementSetReference el ) : void
aLock Lock
el RequirementSetReference
리턴 void

appendRequirementSets() 공개 메소드

Part of the list interface for RequirementSets
public appendRequirementSets ( RequirementSetReference el ) : void
el RequirementSetReference a RequirementSetReference to add to the collection in /// RequirementSets
리턴 void

appendRequirementSets() 공개 메소드

Part of the list interface for RequirementSets
public appendRequirementSets ( System coll ) : void
coll System a collection ofRequirementSetReferences to add to the collection in /// RequirementSets
리턴 void

appendRequirementSets() 공개 메소드

public appendRequirementSets ( System coll, Lock aLock ) : void
coll System
aLock Lock
리턴 void

appendTypeSpecs() 공개 메소드

public appendTypeSpecs ( Lock aLock, TypeSpec el ) : void
aLock Lock
el TypeSpec
리턴 void

appendTypeSpecs() 공개 메소드

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

appendTypeSpecs() 공개 메소드

public appendTypeSpecs ( System coll, Lock aLock ) : void
coll System
aLock Lock
리턴 void

appendTypeSpecs() 공개 메소드

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

copyTo() 공개 메소드

public copyTo ( Paragraph other ) : void
other Paragraph
리턴 void

countParagraphs() 공개 메소드

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

countRequirementSets() 공개 메소드

Part of the list interface for RequirementSets
public countRequirementSets ( ) : int
리턴 int

countTypeSpecs() 공개 메소드

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

deleteParagraphs() 공개 메소드

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
리턴 void

deleteParagraphs() 공개 메소드

public deleteParagraphs ( int idx, Lock aLock ) : void
idx int
aLock Lock
리턴 void

deleteRequirementSets() 공개 메소드

Part of the list interface for RequirementSets This deletion function removes an element from the collection in RequirementSets
public deleteRequirementSets ( int idx ) : void
idx int the index of the element to remove
리턴 void

deleteRequirementSets() 공개 메소드

public deleteRequirementSets ( int idx, Lock aLock ) : void
idx int
aLock Lock
리턴 void

deleteTypeSpecs() 공개 메소드

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
리턴 void

deleteTypeSpecs() 공개 메소드

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

getBl() 공개 메소드

public getBl ( ) : string
리턴 string

getId() 공개 메소드

public getId ( ) : string
리턴 string

getImplementationStatus() 공개 메소드

public getImplementationStatus ( ) : acceptor.SPEC_IMPLEMENTED_ENUM
리턴 acceptor.SPEC_IMPLEMENTED_ENUM

getImplementationStatus_AsString() 공개 메소드

public getImplementationStatus_AsString ( ) : string
리턴 string

getMessage() 공개 메소드

public getMessage ( ) : Message
리턴 Message

getMoreInfoRequired() 공개 메소드

public getMoreInfoRequired ( ) : bool
리턴 bool

getObsoleteFunctionalBlock() 공개 메소드

public getObsoleteFunctionalBlock ( ) : bool
리턴 bool

getObsoleteFunctionalBlockName() 공개 메소드

public getObsoleteFunctionalBlockName ( ) : string
리턴 string

getObsoleteGuid() 공개 메소드

public getObsoleteGuid ( ) : string
리턴 string

getObsoleteScope() 공개 메소드

public getObsoleteScope ( ) : acceptor.Paragraph_scope
리턴 acceptor.Paragraph_scope

getObsoleteScopeOnBoard() 공개 메소드

public getObsoleteScopeOnBoard ( ) : bool
리턴 bool

getObsoleteScopeRollingStock() 공개 메소드

public getObsoleteScopeRollingStock ( ) : bool
리턴 bool

getObsoleteScopeTrackside() 공개 메소드

public getObsoleteScopeTrackside ( ) : bool
리턴 bool

getObsoleteScope_AsString() 공개 메소드

public getObsoleteScope_AsString ( ) : string
리턴 string

getOptional() 공개 메소드

public getOptional ( ) : bool
리턴 bool

getParagraphs() 공개 메소드

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
리턴 Paragraph

getRequirementSets() 공개 메소드

Part of the list interface for RequirementSets This function returns an element from the collection in RequirementSets based on an index.
public getRequirementSets ( int idx ) : RequirementSetReference
idx int the index of the element to extract
리턴 RequirementSetReference

getReviewed() 공개 메소드

public getReviewed ( ) : bool
리턴 bool

getRevision() 공개 메소드

public getRevision ( ) : ParagraphRevision
리턴 ParagraphRevision

getSpecIssue() 공개 메소드

public getSpecIssue ( ) : bool
리턴 bool

getTested() 공개 메소드

public getTested ( ) : bool
리턴 bool

getText() 공개 메소드

public getText ( ) : string
리턴 string

getType() 공개 메소드

public getType ( ) : acceptor.Paragraph_type
리턴 acceptor.Paragraph_type

getTypeSpecs() 공개 메소드

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
리턴 TypeSpec

getType_AsString() 공개 메소드

public getType_AsString ( ) : string
리턴 string

getVersion() 공개 메소드

public getVersion ( ) : string
리턴 string

indexOfParagraphs() 공개 메소드

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
리턴 int

indexOfRequirementSets() 공개 메소드

Part of the list interface for RequirementSets This function returns the index of an element in the collection.
public indexOfRequirementSets ( IXmlBBase el ) : int
el IXmlBBase the object to look for
리턴 int

indexOfTypeSpecs() 공개 메소드

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
리턴 int

insertParagraphs() 공개 메소드

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
리턴 void

insertParagraphs() 공개 메소드

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

insertRequirementSets() 공개 메소드

Part of the list interface for RequirementSets This insertion function inserts a new element in the collection in RequirementSets
public insertRequirementSets ( int idx, RequirementSetReference el ) : void
idx int the index where the insertion must take place
el RequirementSetReference the element to insert
리턴 void

insertRequirementSets() 공개 메소드

public insertRequirementSets ( int idx, RequirementSetReference el, Lock aLock ) : void
idx int
el RequirementSetReference
aLock Lock
리턴 void

insertTypeSpecs() 공개 메소드

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
리턴 void

insertTypeSpecs() 공개 메소드

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

removeParagraphs() 공개 메소드

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
리턴 void

removeParagraphs() 공개 메소드

public removeParagraphs ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
리턴 void

removeRequirementSets() 공개 메소드

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

removeRequirementSets() 공개 메소드

public removeRequirementSets ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
리턴 void

removeTypeSpecs() 공개 메소드

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
리턴 void

removeTypeSpecs() 공개 메소드

public removeTypeSpecs ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
리턴 void

setAllParagraphs() 공개 메소드

public setAllParagraphs ( Lock aLock, System coll ) : void
aLock Lock
coll System
리턴 void

setAllParagraphs() 공개 메소드

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

setAllRequirementSets() 공개 메소드

public setAllRequirementSets ( Lock aLock, System coll ) : void
aLock Lock
coll System
리턴 void

setAllRequirementSets() 공개 메소드

Part of the list interface for RequirementSets
public setAllRequirementSets ( System coll ) : void
coll System a collection of elements which replaces /// RequirementSets's current content.
리턴 void

setAllTypeSpecs() 공개 메소드

public setAllTypeSpecs ( Lock aLock, System coll ) : void
aLock Lock
coll System
리턴 void

setAllTypeSpecs() 공개 메소드

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

setBl() 공개 메소드

public setBl ( string v ) : void
v string
리턴 void

setId() 공개 메소드

public setId ( string v ) : void
v string
리턴 void

setImplementationStatus() 공개 메소드

public setImplementationStatus ( acceptor v ) : void
v acceptor
리턴 void

setImplementationStatus_AsString() 공개 메소드

public setImplementationStatus_AsString ( string v ) : bool
v string
리턴 bool

setMessage() 공개 메소드

public setMessage ( Message v ) : void
v Message
리턴 void

setMoreInfoRequired() 공개 메소드

public setMoreInfoRequired ( bool v ) : void
v bool
리턴 void

setObsoleteFunctionalBlock() 공개 메소드

public setObsoleteFunctionalBlock ( bool v ) : void
v bool
리턴 void

setObsoleteFunctionalBlockName() 공개 메소드

public setObsoleteFunctionalBlockName ( string v ) : void
v string
리턴 void

setObsoleteGuid() 공개 메소드

public setObsoleteGuid ( string v ) : void
v string
리턴 void

setObsoleteScope() 공개 메소드

public setObsoleteScope ( acceptor v ) : void
v acceptor
리턴 void

setObsoleteScopeOnBoard() 공개 메소드

public setObsoleteScopeOnBoard ( bool v ) : void
v bool
리턴 void

setObsoleteScopeRollingStock() 공개 메소드

public setObsoleteScopeRollingStock ( bool v ) : void
v bool
리턴 void

setObsoleteScopeTrackside() 공개 메소드

public setObsoleteScopeTrackside ( bool v ) : void
v bool
리턴 void

setObsoleteScope_AsString() 공개 메소드

public setObsoleteScope_AsString ( string v ) : bool
v string
리턴 bool

setOptional() 공개 메소드

public setOptional ( bool v ) : void
v bool
리턴 void

setReviewed() 공개 메소드

public setReviewed ( bool v ) : void
v bool
리턴 void

setRevision() 공개 메소드

public setRevision ( ParagraphRevision v ) : void
v ParagraphRevision
리턴 void

setSpecIssue() 공개 메소드

public setSpecIssue ( bool v ) : void
v bool
리턴 void

setTested() 공개 메소드

public setTested ( bool v ) : void
v bool
리턴 void

setText() 공개 메소드

public setText ( string v ) : void
v string
리턴 void

setType() 공개 메소드

public setType ( acceptor v ) : void
v acceptor
리턴 void

setType_AsString() 공개 메소드

public setType_AsString ( string v ) : bool
v string
리턴 bool

setVersion() 공개 메소드

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