Class PlainTcoRemoteTask
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainTcoRemoteTask
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: TcoCoreConnector.dll
Syntax
public class PlainTcoRemoteTask : PlainTcoTask, INotifyPropertyChanged, IPlain
Constructors
|
Improve this Doc
View Source
PlainTcoRemoteTask()
Declaration
public PlainTcoRemoteTask()
Fields
|
Improve this Doc
View Source
__doneSignarure
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
__exceptionMessage
Declaration
string __exceptionMessage
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
__hasException
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
__isInitialized
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
__startSignature
Declaration
Field Value
Type |
Description |
System.String |
|
Properties
|
Improve this Doc
View Source
_doneSignarure
Declaration
public string _doneSignarure { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
_exceptionMessage
Declaration
public string _exceptionMessage { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
_hasException
Declaration
public bool _hasException { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_isInitialized
Declaration
public bool _isInitialized { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_startSignature
Declaration
public string _startSignature { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
CopyCyclicToPlain(ITcoRemoteTask)
Declaration
public void CopyCyclicToPlain(ITcoRemoteTask source)
Parameters
|
Improve this Doc
View Source
CopyCyclicToPlain(TcoRemoteTask)
Declaration
public void CopyCyclicToPlain(TcoRemoteTask source)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(ITcoRemoteTask)
Declaration
public void CopyPlainToCyclic(ITcoRemoteTask target)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(TcoRemoteTask)
Declaration
public void CopyPlainToCyclic(TcoRemoteTask target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(IShadowTcoRemoteTask)
Declaration
public void CopyPlainToShadow(IShadowTcoRemoteTask target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(TcoRemoteTask)
Declaration
public void CopyPlainToShadow(TcoRemoteTask target)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(IShadowTcoRemoteTask)
Declaration
public void CopyShadowToPlain(IShadowTcoRemoteTask source)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(TcoRemoteTask)
Declaration
public void CopyShadowToPlain(TcoRemoteTask 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