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