Build Method | Table of Content | SystemTextEventArgsBuilder Constructor |
SystemTextEventArgsBuilder Class |
Namespace: OnixS.NET.ICE.iMpact.Testing
public class SystemTextEventArgsBuilder
The SystemTextEventArgsBuilder type exposes the following members.
Name | Description | |
---|---|---|
SystemTextEventArgsBuilder | Initializes a new instance of the SystemTextEventArgsBuilder class |
Name | Description | |
---|---|---|
DateTime |
Date time the message was sent. Milliseconds since Jan 1st, 1970,
00:00:00 GMT.
| |
SentTime |
Date-time of the message sent.
| |
TextMessage |
Text of message.
| |
TextMessageExtraFld |
Extra field for text message when TextMessage field is not big enough.
This should be appended to TextMessage if it is not empty.
|
Name | Description | |
---|---|---|
Build |
Creates an instance of SystemTextEventArgs.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |