Interface ITcoComprehensiveResult
This is onliner interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoInspectorsConnector.dll
Syntax
public interface ITcoComprehensiveResult : IVortexOnlineObject
Properties
|
Improve this Doc
View Source
AttributeName
Declaration
string AttributeName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ErrorCodes
Declaration
IOnlineString ErrorCodes { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineString |
|
|
Improve this Doc
View Source
Failures
Declaration
IOnlineString Failures { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineString |
|
|
Improve this Doc
View Source
Result
Declaration
[EnumeratorDiscriminator(typeof(eOverallResult))]
IOnlineInt Result { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineInt |
|
Methods
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
PlainTcoComprehensiveResult CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushOnlineToPlain(PlainTcoComprehensiveResult)
Declaration
void FlushOnlineToPlain(PlainTcoComprehensiveResult source)
Parameters
|
Improve this Doc
View Source
FlushOnlineToShadow()
Declaration
void FlushOnlineToShadow()
|
Improve this Doc
View Source
FlushPlainToOnline(PlainTcoComprehensiveResult)
Declaration
void FlushPlainToOnline(PlainTcoComprehensiveResult source)
Parameters