Class PlainTcoInspectorData
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainTcoInspectorData
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 PlainTcoInspectorData : INotifyPropertyChanged, IPlain
Constructors
|
Improve this Doc
View Source
PlainTcoInspectorData()
Declaration
public PlainTcoInspectorData()
Fields
|
Improve this Doc
View Source
_ErrorCode
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
_FailTime
Declaration
Field Value
Type |
Description |
System.TimeSpan |
|
|
Improve this Doc
View Source
_FailureDescription
Declaration
string _FailureDescription
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
_IsByPassed
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_IsExcluded
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_NumberOfAllowedRetries
Declaration
ushort _NumberOfAllowedRetries
Field Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
_PassTime
Declaration
Field Value
Type |
Description |
System.TimeSpan |
|
|
Improve this Doc
View Source
_Result
Declaration
Field Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
_RetryAttemptsCount
Declaration
ushort _RetryAttemptsCount
Field Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
_TimeStamp
Declaration
Field Value
Type |
Description |
System.DateTime |
|
Properties
|
Improve this Doc
View Source
ErrorCode
Declaration
public string ErrorCode { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FailTime
Declaration
public TimeSpan FailTime { get; set; }
Property Value
Type |
Description |
System.TimeSpan |
|
|
Improve this Doc
View Source
FailureDescription
Declaration
public string FailureDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IsByPassed
Declaration
public bool IsByPassed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsExcluded
Declaration
public bool IsExcluded { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
NumberOfAllowedRetries
Declaration
public ushort NumberOfAllowedRetries { get; set; }
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
PassTime
Declaration
public TimeSpan PassTime { get; set; }
Property Value
Type |
Description |
System.TimeSpan |
|
|
Improve this Doc
View Source
Result
Declaration
public short Result { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
RetryAttemptsCount
Declaration
public ushort RetryAttemptsCount { get; set; }
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
TimeStamp
Declaration
public DateTime TimeStamp { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Methods
|
Improve this Doc
View Source
CopyCyclicToPlain(ITcoInspectorData)
Declaration
public void CopyCyclicToPlain(ITcoInspectorData source)
Parameters
|
Improve this Doc
View Source
CopyCyclicToPlain(TcoInspectorData)
Declaration
public void CopyCyclicToPlain(TcoInspectorData source)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(ITcoInspectorData)
Declaration
public void CopyPlainToCyclic(ITcoInspectorData target)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(TcoInspectorData)
Declaration
public void CopyPlainToCyclic(TcoInspectorData target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(IShadowTcoInspectorData)
Declaration
public void CopyPlainToShadow(IShadowTcoInspectorData target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(TcoInspectorData)
Declaration
public void CopyPlainToShadow(TcoInspectorData target)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(IShadowTcoInspectorData)
Declaration
public void CopyShadowToPlain(IShadowTcoInspectorData source)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(TcoInspectorData)
Declaration
public void CopyShadowToPlain(TcoInspectorData 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