Class PlainTcoMessengerEnv
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainTcoMessengerEnv
Implements
System.ComponentModel.INotifyPropertyChanged
Vortex.Connector.IPlain
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: TcoCoreConnector.dll
Syntax
public class PlainTcoMessengerEnv : INotifyPropertyChanged, IPlain
Constructors
|
Improve this Doc
View Source
PlainTcoMessengerEnv()
Declaration
public PlainTcoMessengerEnv()
Fields
|
Improve this Doc
View Source
__constMAX_MESSAGE_TEXT_LENGHT
Declaration
public const short __constMAX_MESSAGE_TEXT_LENGHT = 160
Field Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
__isMessagingSuspended
Declaration
bool __isMessagingSuspended
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
__messageDigestMethod
Declaration
short __messageDigestMethod
Field Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
__messengerLoggingMethod
Declaration
short __messengerLoggingMethod
Field Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
__minLevel
Declaration
Field Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
_MAX_MESSAGE_TEXT_LENGHT
Declaration
short _MAX_MESSAGE_TEXT_LENGHT
Field Value
Type |
Description |
System.Int16 |
|
Properties
|
Improve this Doc
View Source
_isMessagingSuspended
Declaration
public bool _isMessagingSuspended { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_messageDigestMethod
Declaration
public short _messageDigestMethod { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
_messengerLoggingMethod
Declaration
public short _messengerLoggingMethod { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
_minLevel
Declaration
public short _minLevel { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
MAX_MESSAGE_TEXT_LENGHT
Declaration
public short MAX_MESSAGE_TEXT_LENGHT { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
Methods
|
Improve this Doc
View Source
CopyCyclicToPlain(ITcoMessengerEnv)
Declaration
public void CopyCyclicToPlain(ITcoMessengerEnv source)
Parameters
|
Improve this Doc
View Source
CopyCyclicToPlain(TcoMessengerEnv)
Declaration
public void CopyCyclicToPlain(TcoMessengerEnv source)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(ITcoMessengerEnv)
Declaration
public void CopyPlainToCyclic(ITcoMessengerEnv target)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(TcoMessengerEnv)
Declaration
public void CopyPlainToCyclic(TcoMessengerEnv target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(IShadowTcoMessengerEnv)
Declaration
public void CopyPlainToShadow(IShadowTcoMessengerEnv target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(TcoMessengerEnv)
Declaration
public void CopyPlainToShadow(TcoMessengerEnv target)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(IShadowTcoMessengerEnv)
Declaration
public void CopyShadowToPlain(IShadowTcoMessengerEnv source)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(TcoMessengerEnv)
Declaration
public void CopyShadowToPlain(TcoMessengerEnv source)
Parameters
Events
|
Improve this Doc
View Source
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged
Vortex.Connector.IPlain