C# Class CascadeSharp.TKernel.Message.Message_Printer

Inheritance: Standard_Transient
Mostrar archivo Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
GetTraceLevel ( ) : Message_Gravity
Message_Printer ( ) : System
Message_Printer ( Message_Printer parameter1 ) : System
Send ( TCollection_AsciiString theString, Message_Gravity theGravity ) : void
Send ( TCollection_ExtendedString theString, Message_Gravity theGravity ) : void
Send ( string theString, Message_Gravity theGravity ) : void
SendObject ( Standard_Transient theObject, Message_Gravity theGravity ) : void
SetTraceLevel ( Message_Gravity theTraceLevel ) : void
get_type_name ( ) : char
send ( TCollection_AsciiString theString, Message_Gravity theGravity ) : void

Method Details

GetTraceLevel() public method

public GetTraceLevel ( ) : Message_Gravity
return Message_Gravity

Message_Printer() public method

public Message_Printer ( ) : System
return System

Message_Printer() public method

public Message_Printer ( Message_Printer parameter1 ) : System
parameter1 Message_Printer
return System

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, Message_Gravity theGravity ) : void
theString TCollection_ExtendedString
theGravity Message_Gravity
return void

Send() public method

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

SendObject() public method

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

SetTraceLevel() public method

public SetTraceLevel ( Message_Gravity theTraceLevel ) : void
theTraceLevel Message_Gravity
return void

get_type_name() public method

public get_type_name ( ) : char
return char

send() public method

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