Interface IShadowTcoInspectorData
This is shadow interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoInspectorsConnector.dll
Syntax
public interface IShadowTcoInspectorData : IVortexShadowObject
Properties
|
Improve this Doc
View Source
AttributeName
Declaration
string AttributeName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ErrorCode
Declaration
IShadowString ErrorCode { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowString |
|
|
Improve this Doc
View Source
FailTime
Declaration
IShadowTime FailTime { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowTime |
|
|
Improve this Doc
View Source
FailureDescription
Declaration
IShadowString FailureDescription { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowString |
|
|
Improve this Doc
View Source
IsByPassed
Declaration
IShadowBool IsByPassed { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
Improve this Doc
View Source
IsExcluded
Declaration
IShadowBool IsExcluded { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
Improve this Doc
View Source
NumberOfAllowedRetries
Declaration
IShadowUInt NumberOfAllowedRetries { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowUInt |
|
|
Improve this Doc
View Source
PassTime
Declaration
IShadowTime PassTime { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowTime |
|
|
Improve this Doc
View Source
Result
Declaration
[RenderIgnore(new string[]{"Control", "ShadowControl"})]
[EnumeratorDiscriminator(typeof(eInspectorResult))]
IShadowInt Result { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowInt |
|
|
Improve this Doc
View Source
RetryAttemptsCount
Declaration
IShadowUInt RetryAttemptsCount { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowUInt |
|
|
Improve this Doc
View Source
TimeStamp
Declaration
[RenderIgnore(new string[]{"Control", "ShadowControl"})]
IShadowDateTime TimeStamp { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowDateTime |
|
Methods
|
Improve this Doc
View Source
CopyPlainToShadow(PlainTcoInspectorData)
Declaration
void CopyPlainToShadow(PlainTcoInspectorData source)
Parameters
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
PlainTcoInspectorData CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushShadowToOnline()
Declaration
void FlushShadowToOnline()