Interface ITcoMessageDigest
This is onliner interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoCoreConnector.dll
Syntax
public interface ITcoMessageDigest : IVortexOnlineObject
Properties
|
Improve this Doc
View Source
AttributeName
Declaration
string AttributeName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Category
Declaration
[EnumeratorDiscriminator(typeof(eMessageCategory))]
IOnlineInt Category { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineInt |
|
|
Improve this Doc
View Source
Count
Declaration
IOnlineULInt Count { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineULInt |
|
|
Improve this Doc
View Source
Cycle
Declaration
IOnlineULInt Cycle { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineULInt |
|
|
Improve this Doc
View Source
Digest
Declaration
IOnlineDWord Digest { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineDWord |
|
Methods
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
PlainTcoMessageDigest CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushOnlineToPlain(PlainTcoMessageDigest)
Declaration
void FlushOnlineToPlain(PlainTcoMessageDigest source)
Parameters
|
Improve this Doc
View Source
FlushOnlineToShadow()
Declaration
void FlushOnlineToShadow()
|
Improve this Doc
View Source
FlushPlainToOnline(PlainTcoMessageDigest)
Declaration
void FlushPlainToOnline(PlainTcoMessageDigest source)
Parameters