C# Class CascadeSharp.TKernel.Message.Message_Messenger

Inheritance: Standard_Transient
Datei anzeigen Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
AddPrinter ( Message_Printer thePrinter ) : bool
ChangePrinters ( ) : Message_SequenceOfPrinters
Message_Messenger ( ) : System
Message_Messenger ( Message_Messenger parameter1 ) : System
Message_Messenger ( Message_Printer thePrinter ) : System
Printers ( ) : Message_SequenceOfPrinters
RemovePrinter ( Message_Printer thePrinter ) : bool
Send ( Standard_Transient theObject ) : void
Send ( Standard_Transient theObject, Message_Gravity theGravity ) : void
Send ( TCollection_AsciiString theString ) : void
Send ( TCollection_AsciiString theString, Message_Gravity theGravity ) : void
Send ( TCollection_ExtendedString theString ) : void
Send ( TCollection_ExtendedString theString, Message_Gravity theGravity ) : void
Send ( string theString ) : void
Send ( string theString, Message_Gravity theGravity ) : void
SendAlarm ( TCollection_AsciiString theMessage ) : void
SendFail ( TCollection_AsciiString theMessage ) : void
SendInfo ( TCollection_AsciiString theMessage ) : void
SendTrace ( TCollection_AsciiString theMessage ) : void
SendWarning ( TCollection_AsciiString theMessage ) : void
get_type_name ( ) : char

Method Details

AddPrinter() public method

public AddPrinter ( Message_Printer thePrinter ) : bool
thePrinter Message_Printer
return bool

ChangePrinters() public method

public ChangePrinters ( ) : Message_SequenceOfPrinters
return Message_SequenceOfPrinters

Message_Messenger() public method

public Message_Messenger ( ) : System
return System

Message_Messenger() public method

public Message_Messenger ( Message_Messenger parameter1 ) : System
parameter1 Message_Messenger
return System

Message_Messenger() public method

public Message_Messenger ( Message_Printer thePrinter ) : System
thePrinter Message_Printer
return System

Printers() public method

public Printers ( ) : Message_SequenceOfPrinters
return Message_SequenceOfPrinters

RemovePrinter() public method

public RemovePrinter ( Message_Printer thePrinter ) : bool
thePrinter Message_Printer
return bool

Send() public method

public Send ( Standard_Transient theObject ) : void
theObject Standard_Transient
return void

Send() public method

public Send ( Standard_Transient theObject, Message_Gravity theGravity ) : void
theObject Standard_Transient
theGravity Message_Gravity
return void

Send() public method

public Send ( TCollection_AsciiString theString ) : void
theString TCollection_AsciiString
return void

Send() public method

public Send ( TCollection_AsciiString theString, Message_Gravity theGravity ) : void
theString TCollection_AsciiString
theGravity Message_Gravity
return void

Send() public method

public Send ( TCollection_ExtendedString theString ) : void
theString TCollection_ExtendedString
return void

Send() public method

public Send ( TCollection_ExtendedString theString, Message_Gravity theGravity ) : void
theString TCollection_ExtendedString
theGravity Message_Gravity
return void

Send() public method

public Send ( string theString ) : void
theString string
return void

Send() public method

public Send ( string theString, Message_Gravity theGravity ) : void
theString string
theGravity Message_Gravity
return void

SendAlarm() public method

public SendAlarm ( TCollection_AsciiString theMessage ) : void
theMessage TCollection_AsciiString
return void

SendFail() public method

public SendFail ( TCollection_AsciiString theMessage ) : void
theMessage TCollection_AsciiString
return void

SendInfo() public method

public SendInfo ( TCollection_AsciiString theMessage ) : void
theMessage TCollection_AsciiString
return void

SendTrace() public method

public SendTrace ( TCollection_AsciiString theMessage ) : void
theMessage TCollection_AsciiString
return void

SendWarning() public method

public SendWarning ( TCollection_AsciiString theMessage ) : void
theMessage TCollection_AsciiString
return void

get_type_name() public method

public get_type_name ( ) : char
return char