Class PlainTcoTask
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainTcoTask
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 PlainTcoTask : PlainTcoObject, INotifyPropertyChanged, IPlain
Constructors
|
Improve this Doc
View Source
PlainTcoTask()
Declaration
Fields
|
Improve this Doc
View Source
__abortRequest
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
__elapsedTime
Declaration
Field Value
Type |
Description |
System.TimeSpan |
|
|
Improve this Doc
View Source
__enabled
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
__invokeRequest
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
__isServiceable
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
__restoreRequest
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
__taskState
Declaration
Field Value
Type |
Description |
System.Int16 |
|
Properties
|
Improve this Doc
View Source
_abortRequest
Declaration
public bool _abortRequest { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_elapsedTime
Declaration
public TimeSpan _elapsedTime { get; set; }
Property Value
Type |
Description |
System.TimeSpan |
|
|
Improve this Doc
View Source
_enabled
Declaration
public bool _enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_invokeRequest
Declaration
public bool _invokeRequest { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_isServiceable
Declaration
public bool _isServiceable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_restoreRequest
Declaration
public bool _restoreRequest { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_taskState
Declaration
public short _taskState { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
Methods
|
Improve this Doc
View Source
CopyCyclicToPlain(ITcoTask)
Declaration
public void CopyCyclicToPlain(ITcoTask source)
Parameters
|
Improve this Doc
View Source
CopyCyclicToPlain(TcoTask)
Declaration
public void CopyCyclicToPlain(TcoTask source)
Parameters
Type |
Name |
Description |
TcoTask |
source |
|
|
Improve this Doc
View Source
CopyPlainToCyclic(ITcoTask)
Declaration
public void CopyPlainToCyclic(ITcoTask target)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(TcoTask)
Declaration
public void CopyPlainToCyclic(TcoTask target)
Parameters
Type |
Name |
Description |
TcoTask |
target |
|
|
Improve this Doc
View Source
CopyPlainToShadow(IShadowTcoTask)
Declaration
public void CopyPlainToShadow(IShadowTcoTask target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(TcoTask)
Declaration
public void CopyPlainToShadow(TcoTask target)
Parameters
Type |
Name |
Description |
TcoTask |
target |
|
|
Improve this Doc
View Source
CopyShadowToPlain(IShadowTcoTask)
Declaration
public void CopyShadowToPlain(IShadowTcoTask source)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(TcoTask)
Declaration
public void CopyShadowToPlain(TcoTask source)
Parameters
Type |
Name |
Description |
TcoTask |
source |
|
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