ConsoleTraceWriter Methods |
The ConsoleTraceWriter type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose |
Dispose of the object
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) | |
| TraceError |
Trace an error
(Inherited from TraceWriter.) | |
| TraceEvent |
Trace an event to the writer
(Inherited from TraceWriter.) | |
| TraceEventWithData |
Trace event
(Overrides TraceWriterTraceEventWithData(EventLevel, String, String, Object).) | |
| TraceInfo |
Trace information
(Inherited from TraceWriter.) | |
| TraceWarning |
Trace warning
(Inherited from TraceWriter.) | |
| WriteTrace |
Write a trace
(Overrides TraceWriterWriteTrace(EventLevel, String, String, Object).) |
| Name | Description | |
|---|---|---|
| ConvertTReturn |
The purpose of this method is to convert object me to TReturn. Why?
Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast
so we have to copy.
(Defined by ExtensionMethods.) |