Class PlainTcoCylinderMoveTask
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainTcoCylinderMoveTask
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: TcoPneumaticsConnector.dll
Syntax
public class PlainTcoCylinderMoveTask : PlainTcoTask, INotifyPropertyChanged, IPlain
Constructors
|
Improve this Doc
View Source
PlainTcoCylinderMoveTask()
Declaration
public PlainTcoCylinderMoveTask()
Fields
|
Improve this Doc
View Source
__stringBuilder
Declaration
PlainStringBuilder __stringBuilder
Field Value
|
Improve this Doc
View Source
_MaxTimeToReachPosition
Declaration
TimeSpan _MaxTimeToReachPosition
Field Value
Type |
Description |
System.TimeSpan |
|
|
Improve this Doc
View Source
_PositionName
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
_PositionSensor
Declaration
Field Value
Type |
Description |
System.Boolean |
|
Properties
|
Improve this Doc
View Source
_stringBuilder
Declaration
public PlainStringBuilder _stringBuilder { get; set; }
Property Value
|
Improve this Doc
View Source
MaxTimeToReachPosition
Declaration
public TimeSpan MaxTimeToReachPosition { get; set; }
Property Value
Type |
Description |
System.TimeSpan |
|
|
Improve this Doc
View Source
PositionName
Declaration
public string PositionName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PositionSensor
Declaration
public bool PositionSensor { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
CopyCyclicToPlain(ITcoCylinderMoveTask)
Declaration
public void CopyCyclicToPlain(ITcoCylinderMoveTask source)
Parameters
|
Improve this Doc
View Source
CopyCyclicToPlain(TcoCylinderMoveTask)
Declaration
public void CopyCyclicToPlain(TcoCylinderMoveTask source)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(ITcoCylinderMoveTask)
Declaration
public void CopyPlainToCyclic(ITcoCylinderMoveTask target)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(TcoCylinderMoveTask)
Declaration
public void CopyPlainToCyclic(TcoCylinderMoveTask target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(IShadowTcoCylinderMoveTask)
Declaration
public void CopyPlainToShadow(IShadowTcoCylinderMoveTask target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(TcoCylinderMoveTask)
Declaration
public void CopyPlainToShadow(TcoCylinderMoveTask target)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(IShadowTcoCylinderMoveTask)
Declaration
public void CopyShadowToPlain(IShadowTcoCylinderMoveTask source)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(TcoCylinderMoveTask)
Declaration
public void CopyShadowToPlain(TcoCylinderMoveTask 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