Class PlainTcoCylinderBase
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainTcoCylinderBase
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 PlainTcoCylinderBase : PlainTcoComponent, INotifyPropertyChanged, IPlain
Constructors
|
Improve this Doc
View Source
PlainTcoCylinderBase()
Declaration
public PlainTcoCylinderBase()
Fields
|
Improve this Doc
View Source
__atHomePos
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
__atHomePosSignalInfo
Declaration
PlainTcoSignalInfo __atHomePosSignalInfo
Field Value
|
Improve this Doc
View Source
__atWorkPos
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
__atWorkPosSignalInfo
Declaration
PlainTcoSignalInfo __atWorkPosSignalInfo
Field Value
|
Improve this Doc
View Source
__toHomePos
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
__toHomePosSignalInfo
Declaration
PlainTcoSignalInfo __toHomePosSignalInfo
Field Value
|
Improve this Doc
View Source
__toWorkPos
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
__toWorkPosSignalInfo
Declaration
PlainTcoSignalInfo __toWorkPosSignalInfo
Field Value
Properties
|
Improve this Doc
View Source
_atHomePos
Declaration
public bool _atHomePos { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_atHomePosSignalInfo
Declaration
public PlainTcoSignalInfo _atHomePosSignalInfo { get; set; }
Property Value
|
Improve this Doc
View Source
_atWorkPos
Declaration
public bool _atWorkPos { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_atWorkPosSignalInfo
Declaration
public PlainTcoSignalInfo _atWorkPosSignalInfo { get; set; }
Property Value
|
Improve this Doc
View Source
_toHomePos
Declaration
public bool _toHomePos { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_toHomePosSignalInfo
Declaration
public PlainTcoSignalInfo _toHomePosSignalInfo { get; set; }
Property Value
|
Improve this Doc
View Source
_toWorkPos
Declaration
public bool _toWorkPos { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_toWorkPosSignalInfo
Declaration
public PlainTcoSignalInfo _toWorkPosSignalInfo { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
CopyCyclicToPlain(ITcoCylinderBase)
Declaration
public void CopyCyclicToPlain(ITcoCylinderBase source)
Parameters
|
Improve this Doc
View Source
CopyCyclicToPlain(TcoCylinderBase)
Declaration
public void CopyCyclicToPlain(TcoCylinderBase source)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(ITcoCylinderBase)
Declaration
public void CopyPlainToCyclic(ITcoCylinderBase target)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(TcoCylinderBase)
Declaration
public void CopyPlainToCyclic(TcoCylinderBase target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(IShadowTcoCylinderBase)
Declaration
public void CopyPlainToShadow(IShadowTcoCylinderBase target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(TcoCylinderBase)
Declaration
public void CopyPlainToShadow(TcoCylinderBase target)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(IShadowTcoCylinderBase)
Declaration
public void CopyShadowToPlain(IShadowTcoCylinderBase source)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(TcoCylinderBase)
Declaration
public void CopyShadowToPlain(TcoCylinderBase 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