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

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

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

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

Part of the list interface for SubSequences

appendSubSequences ( Lock aLock, SubSequence el ) : void
appendSubSequences ( SubSequence el ) : void

Part of the list interface for SubSequences

appendSubSequences ( System coll ) : void

Part of the list interface for SubSequences

appendSubSequences ( System coll, Lock aLock ) : void
copyTo ( Frame other ) : void
countSubSequences ( ) : int

Part of the list interface for SubSequences

deleteSubSequences ( int idx ) : void

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

deleteSubSequences ( int idx, Lock aLock ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
find ( Object search ) : bool
getComment ( ) : string
getCycleDuration ( ) : string
getRuleCheckDisabling ( ) : RuleCheckDisabling
getSubSequences ( int idx ) : SubSequence

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

indexOfSubSequences ( IXmlBBase el ) : int

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

insertSubSequences ( int idx, SubSequence el ) : void

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

insertSubSequences ( int idx, SubSequence 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.
removeSubSequences ( IXmlBBase obj ) : void

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

removeSubSequences ( IXmlBBase obj, Lock aLock ) : void
setAllSubSequences ( Lock aLock, System coll ) : void
setAllSubSequences ( System coll ) : void

Part of the list interface for SubSequences

setComment ( string v ) : void
setCycleDuration ( 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.

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

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

Part of the list interface for SubSequences

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

public getRuleCheckDisabling ( ) : RuleCheckDisabling
Результат RuleCheckDisabling

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

public setComment ( string v ) : void
v string
Результат void

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

public setCycleDuration ( string v ) : void
v string
Результат void

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

public setRuleCheckDisabling ( RuleCheckDisabling v ) : void
v RuleCheckDisabling
Результат 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