Class PlainTcoCylinderConfig
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainTcoCylinderConfig
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()
Namespace: TcoPneumatics
Assembly: TcoPneumaticsConnector.dll
Syntax
public class PlainTcoCylinderConfig : INotifyPropertyChanged, IPlain
Constructors
| Improve this Doc View SourcePlainTcoCylinderConfig()
Declaration
public PlainTcoCylinderConfig()
Fields
| Improve this Doc View Source_TimeToReachHomePosition
Declaration
TimeSpan _TimeToReachHomePosition
Field Value
| Type | Description |
|---|---|
| System.TimeSpan |
_TimeToReachWorkPosition
Declaration
TimeSpan _TimeToReachWorkPosition
Field Value
| Type | Description |
|---|---|
| System.TimeSpan |
Properties
| Improve this Doc View SourceTimeToReachHomePosition
Declaration
public TimeSpan TimeToReachHomePosition { get; set; }
Property Value
| Type | Description |
|---|---|
| System.TimeSpan |
TimeToReachWorkPosition
Declaration
public TimeSpan TimeToReachWorkPosition { get; set; }
Property Value
| Type | Description |
|---|---|
| System.TimeSpan |
Methods
| Improve this Doc View SourceCopyCyclicToPlain(ITcoCylinderConfig)
Declaration
public void CopyCyclicToPlain(ITcoCylinderConfig source)
Parameters
| Type | Name | Description |
|---|---|---|
| ITcoCylinderConfig | source |
CopyCyclicToPlain(TcoCylinderConfig)
Declaration
public void CopyCyclicToPlain(TcoCylinderConfig source)
Parameters
| Type | Name | Description |
|---|---|---|
| TcoCylinderConfig | source |
CopyPlainToCyclic(ITcoCylinderConfig)
Declaration
public void CopyPlainToCyclic(ITcoCylinderConfig target)
Parameters
| Type | Name | Description |
|---|---|---|
| ITcoCylinderConfig | target |
CopyPlainToCyclic(TcoCylinderConfig)
Declaration
public void CopyPlainToCyclic(TcoCylinderConfig target)
Parameters
| Type | Name | Description |
|---|---|---|
| TcoCylinderConfig | target |
CopyPlainToShadow(IShadowTcoCylinderConfig)
Declaration
public void CopyPlainToShadow(IShadowTcoCylinderConfig target)
Parameters
| Type | Name | Description |
|---|---|---|
| IShadowTcoCylinderConfig | target |
CopyPlainToShadow(TcoCylinderConfig)
Declaration
public void CopyPlainToShadow(TcoCylinderConfig target)
Parameters
| Type | Name | Description |
|---|---|---|
| TcoCylinderConfig | target |
CopyShadowToPlain(IShadowTcoCylinderConfig)
Declaration
public void CopyShadowToPlain(IShadowTcoCylinderConfig source)
Parameters
| Type | Name | Description |
|---|---|---|
| IShadowTcoCylinderConfig | source |
CopyShadowToPlain(TcoCylinderConfig)
Declaration
public void CopyShadowToPlain(TcoCylinderConfig source)
Parameters
| Type | Name | Description |
|---|---|---|
| TcoCylinderConfig | source |
Events
| Improve this Doc View SourcePropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
| Type | Description |
|---|---|
| System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged
Vortex.Connector.IPlain