Class PlainTcoComprehensiveResult
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainTcoComprehensiveResult
Implements
System.ComponentModel.INotifyPropertyChanged
Vortex.Connector.IPlain
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: TcoInspectorsConnector.dll
Syntax
public class PlainTcoComprehensiveResult : INotifyPropertyChanged, IPlain
Constructors
|
Improve this Doc
View Source
PlainTcoComprehensiveResult()
Declaration
public PlainTcoComprehensiveResult()
Fields
|
Improve this Doc
View Source
_ErrorCodes
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
_Failures
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
_Result
Declaration
Field Value
Type |
Description |
System.Int16 |
|
Properties
|
Improve this Doc
View Source
ErrorCodes
Declaration
public string ErrorCodes { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Failures
Declaration
public string Failures { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Result
Declaration
public short Result { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
Methods
|
Improve this Doc
View Source
CopyCyclicToPlain(ITcoComprehensiveResult)
Declaration
public void CopyCyclicToPlain(ITcoComprehensiveResult source)
Parameters
|
Improve this Doc
View Source
CopyCyclicToPlain(TcoComprehensiveResult)
Declaration
public void CopyCyclicToPlain(TcoComprehensiveResult source)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(ITcoComprehensiveResult)
Declaration
public void CopyPlainToCyclic(ITcoComprehensiveResult target)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(TcoComprehensiveResult)
Declaration
public void CopyPlainToCyclic(TcoComprehensiveResult target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(IShadowTcoComprehensiveResult)
Declaration
public void CopyPlainToShadow(IShadowTcoComprehensiveResult target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(TcoComprehensiveResult)
Declaration
public void CopyPlainToShadow(TcoComprehensiveResult target)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(IShadowTcoComprehensiveResult)
Declaration
public void CopyShadowToPlain(IShadowTcoComprehensiveResult source)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(TcoComprehensiveResult)
Declaration
public void CopyShadowToPlain(TcoComprehensiveResult source)
Parameters
Events
|
Improve this Doc
View Source
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged
Vortex.Connector.IPlain