Interface IShadowTcoComprehensiveResult
This is shadow interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoInspectorsConnector.dll
Syntax
public interface IShadowTcoComprehensiveResult : IVortexShadowObject
Properties
|
Improve this Doc
View Source
AttributeName
Declaration
string AttributeName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ErrorCodes
Declaration
IShadowString ErrorCodes { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowString |
|
|
Improve this Doc
View Source
Failures
Declaration
IShadowString Failures { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowString |
|
|
Improve this Doc
View Source
Result
Declaration
[EnumeratorDiscriminator(typeof(eOverallResult))]
IShadowInt Result { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowInt |
|
Methods
|
Improve this Doc
View Source
CopyPlainToShadow(PlainTcoComprehensiveResult)
Declaration
void CopyPlainToShadow(PlainTcoComprehensiveResult source)
Parameters
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
PlainTcoComprehensiveResult CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushShadowToOnline()
Declaration
void FlushShadowToOnline()