Class PlainTcoLogItem
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainTcoLogItem
Implements
System.ComponentModel.INotifyPropertyChanged
Vortex.Connector.IPlain
Inherited Members
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 PlainTcoLogItem : INotifyPropertyChanged, IPlain
Constructors
|
Improve this Doc
View Source
PlainTcoLogItem()
Declaration
Fields
|
Improve this Doc
View Source
_Category
Declaration
Field Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
_Cycle
Declaration
Field Value
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
_ExpectDequeing
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_Identity
Declaration
Field Value
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
_MessageDigest
Declaration
Field Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
_PerCycleCount
Declaration
Field Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
_Text
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
_TimeStamp
Declaration
Field Value
Type |
Description |
System.DateTime |
|
|
Improve this Doc
View Source
parentsHumanReadable
Declaration
string parentsHumanReadable
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
parentsObjectSymbol
Declaration
string parentsObjectSymbol
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
raw
Declaration
Field Value
Type |
Description |
System.String |
|
Properties
|
Improve this Doc
View Source
Category
Declaration
public short Category { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
CategoryAsEnum
Gets category of this message.
Declaration
public eMessageCategory CategoryAsEnum { get; }
Property Value
|
Improve this Doc
View Source
Cycle
Declaration
public ulong Cycle { get; set; }
Property Value
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
ExpectDequeing
Declaration
public bool ExpectDequeing { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Identity
Declaration
public ulong Identity { get; set; }
Property Value
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
MessageDigest
Declaration
public uint MessageDigest { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
ParentsHumanReadable
Gets Vortex.Connector.IVortexElement.HumanReadable of the parent TcoObject that own this message.
Declaration
public string ParentsHumanReadable { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ParentsObjectSymbol
Gets symbol of the parent TcoObject that own this message.
Declaration
public string ParentsObjectSymbol { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PerCycleCount
Declaration
public byte PerCycleCount { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Raw
Declaration
public string Raw { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Text
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TimeStamp
Declaration
public DateTime TimeStamp { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Methods
|
Improve this Doc
View Source
CopyCyclicToPlain(ITcoLogItem)
Declaration
public void CopyCyclicToPlain(ITcoLogItem source)
Parameters
|
Improve this Doc
View Source
CopyCyclicToPlain(TcoLogItem)
Declaration
public void CopyCyclicToPlain(TcoLogItem source)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(ITcoLogItem)
Declaration
public void CopyPlainToCyclic(ITcoLogItem target)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(TcoLogItem)
Declaration
public void CopyPlainToCyclic(TcoLogItem target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(IShadowTcoLogItem)
Declaration
public void CopyPlainToShadow(IShadowTcoLogItem target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(TcoLogItem)
Declaration
public void CopyPlainToShadow(TcoLogItem target)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(IShadowTcoLogItem)
Declaration
public void CopyShadowToPlain(IShadowTcoLogItem source)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(TcoLogItem)
Declaration
public void CopyShadowToPlain(TcoLogItem source)
Parameters
|
Improve this Doc
View Source
ToString()
Get this message in string format.
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
Formatted message
|
Overrides
System.Object.ToString()
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