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

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

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

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

Part of the list interface for MsgVariables

appendMsgVariables ( Lock aLock, MsgVariable el ) : void
appendMsgVariables ( MsgVariable el ) : void

Part of the list interface for MsgVariables

appendMsgVariables ( System coll ) : void

Part of the list interface for MsgVariables

appendMsgVariables ( System coll, Lock aLock ) : void
copyTo ( Message other ) : void
countMsgVariables ( ) : int

Part of the list interface for MsgVariables

deleteMsgVariables ( int idx ) : void

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

deleteMsgVariables ( int idx, Lock aLock ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
find ( Object search ) : bool
getBl ( ) : string
getDescription ( ) : string
getMedia ( ) : acceptor.Message_media
getMedia_AsString ( ) : string
getMsgVariables ( int idx ) : MsgVariable

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

indexOfMsgVariables ( IXmlBBase el ) : int

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

insertMsgVariables ( int idx, MsgVariable el ) : void

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

insertMsgVariables ( int idx, MsgVariable 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.
removeMsgVariables ( IXmlBBase obj ) : void

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

removeMsgVariables ( IXmlBBase obj, Lock aLock ) : void
setAllMsgVariables ( Lock aLock, System coll ) : void
setAllMsgVariables ( System coll ) : void

Part of the list interface for MsgVariables

setBl ( string v ) : void
setDescription ( string v ) : void
setMedia ( acceptor v ) : void
setMedia_AsString ( string v ) : bool
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.

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

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

Part of the list interface for MsgVariables

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

public getMedia ( ) : acceptor.Message_media
Результат acceptor.Message_media

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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