Interface ITcoInspectorData
This is onliner interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoInspectorsConnector.dll
Syntax
public interface ITcoInspectorData : IVortexOnlineObject
Properties
|
Improve this Doc
View Source
AttributeName
Declaration
string AttributeName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ErrorCode
Declaration
IOnlineString ErrorCode { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineString |
|
|
Improve this Doc
View Source
FailTime
Declaration
IOnlineTime FailTime { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineTime |
|
|
Improve this Doc
View Source
FailureDescription
Declaration
IOnlineString FailureDescription { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineString |
|
|
Improve this Doc
View Source
IsByPassed
Declaration
IOnlineBool IsByPassed { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineBool |
|
|
Improve this Doc
View Source
IsExcluded
Declaration
IOnlineBool IsExcluded { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineBool |
|
|
Improve this Doc
View Source
NumberOfAllowedRetries
Declaration
IOnlineUInt NumberOfAllowedRetries { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineUInt |
|
|
Improve this Doc
View Source
PassTime
Declaration
IOnlineTime PassTime { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineTime |
|
|
Improve this Doc
View Source
Result
Declaration
[RenderIgnore(new string[]{"Control", "ShadowControl"})]
[EnumeratorDiscriminator(typeof(eInspectorResult))]
IOnlineInt Result { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineInt |
|
|
Improve this Doc
View Source
RetryAttemptsCount
Declaration
IOnlineUInt RetryAttemptsCount { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineUInt |
|
|
Improve this Doc
View Source
TimeStamp
Declaration
[RenderIgnore(new string[]{"Control", "ShadowControl"})]
IOnlineDateTime TimeStamp { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineDateTime |
|
Methods
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
PlainTcoInspectorData CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushOnlineToPlain(PlainTcoInspectorData)
Declaration
void FlushOnlineToPlain(PlainTcoInspectorData source)
Parameters
|
Improve this Doc
View Source
FlushOnlineToShadow()
Declaration
void FlushOnlineToShadow()
|
Improve this Doc
View Source
FlushPlainToOnline(PlainTcoInspectorData)
Declaration
void FlushPlainToOnline(PlainTcoInspectorData source)
Parameters