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

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

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

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

Part of the list interface for SubVariables

appendSubVariables ( Lock aLock, Variable el ) : void
appendSubVariables ( System coll ) : void

Part of the list interface for SubVariables

appendSubVariables ( System coll, Lock aLock ) : void
appendSubVariables ( Variable el ) : void

Part of the list interface for SubVariables

copyTo ( Variable other ) : void
countSubVariables ( ) : int

Part of the list interface for SubVariables

deleteSubVariables ( int idx ) : void

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

deleteSubVariables ( int idx, Lock aLock ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
find ( Object search ) : bool
getDefaultValue ( ) : string
getHeight ( ) : int
getHidden ( ) : bool
getPinned ( ) : bool
getSubVariables ( int idx ) : Variable

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

getTypeName ( ) : string
getVariableMode ( ) : acceptor.VariableModeEnumType
getVariableMode_AsString ( ) : string
getWidth ( ) : int
getX ( ) : int
getY ( ) : int
indexOfSubVariables ( IXmlBBase el ) : int

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

insertSubVariables ( int idx, Variable el ) : void

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

insertSubVariables ( int idx, Variable 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.
removeSubVariables ( IXmlBBase obj ) : void

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

removeSubVariables ( IXmlBBase obj, Lock aLock ) : void
setAllSubVariables ( Lock aLock, System coll ) : void
setAllSubVariables ( System coll ) : void

Part of the list interface for SubVariables

setDefaultValue ( string v ) : void
setHeight ( int v ) : void
setHidden ( bool v ) : void
setPinned ( bool v ) : void
setTypeName ( string v ) : void
setVariableMode ( acceptor v ) : void
setVariableMode_AsString ( string v ) : bool
setWidth ( int v ) : void
setX ( int v ) : void
setY ( int 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.

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

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

Part of the list interface for SubVariables

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

public getHeight ( ) : int
Результат int

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

public getHidden ( ) : bool
Результат bool

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

public getPinned ( ) : bool
Результат bool

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

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

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

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

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

public getVariableMode ( ) : acceptor.VariableModeEnumType
Результат acceptor.VariableModeEnumType

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

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

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

public getWidth ( ) : int
Результат int

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

public getX ( ) : int
Результат int

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

public getY ( ) : int
Результат int

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

public setHeight ( int v ) : void
v int
Результат void

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

public setHidden ( bool v ) : void
v bool
Результат void

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

public setPinned ( bool v ) : void
v bool
Результат void

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

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

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

public setVariableMode ( acceptor v ) : void
v acceptor
Результат void

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

public setVariableMode_AsString ( string v ) : bool
v string
Результат bool

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

public setWidth ( int v ) : void
v int
Результат void

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

public setX ( int v ) : void
v int
Результат void

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

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