Class PlainTcoCylinderStatus
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainTcoCylinderStatus
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 PlainTcoCylinderStatus : INotifyPropertyChanged, IPlain
Constructors
| Improve this Doc View SourcePlainTcoCylinderStatus()
Declaration
public PlainTcoCylinderStatus()
Fields
| Improve this Doc View Source_ActionDescription
Declaration
string _ActionDescription
Field Value
Type | Description |
---|---|
System.String |
Properties
| Improve this Doc View SourceActionDescription
Declaration
public string ActionDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceCopyCyclicToPlain(ITcoCylinderStatus)
Declaration
public void CopyCyclicToPlain(ITcoCylinderStatus source)
Parameters
Type | Name | Description |
---|---|---|
ITcoCylinderStatus | source |
CopyCyclicToPlain(TcoCylinderStatus)
Declaration
public void CopyCyclicToPlain(TcoCylinderStatus source)
Parameters
Type | Name | Description |
---|---|---|
TcoCylinderStatus | source |
CopyPlainToCyclic(ITcoCylinderStatus)
Declaration
public void CopyPlainToCyclic(ITcoCylinderStatus target)
Parameters
Type | Name | Description |
---|---|---|
ITcoCylinderStatus | target |
CopyPlainToCyclic(TcoCylinderStatus)
Declaration
public void CopyPlainToCyclic(TcoCylinderStatus target)
Parameters
Type | Name | Description |
---|---|---|
TcoCylinderStatus | target |
CopyPlainToShadow(IShadowTcoCylinderStatus)
Declaration
public void CopyPlainToShadow(IShadowTcoCylinderStatus target)
Parameters
Type | Name | Description |
---|---|---|
IShadowTcoCylinderStatus | target |
CopyPlainToShadow(TcoCylinderStatus)
Declaration
public void CopyPlainToShadow(TcoCylinderStatus target)
Parameters
Type | Name | Description |
---|---|---|
TcoCylinderStatus | target |
CopyShadowToPlain(IShadowTcoCylinderStatus)
Declaration
public void CopyShadowToPlain(IShadowTcoCylinderStatus source)
Parameters
Type | Name | Description |
---|---|---|
IShadowTcoCylinderStatus | source |
CopyShadowToPlain(TcoCylinderStatus)
Declaration
public void CopyShadowToPlain(TcoCylinderStatus source)
Parameters
Type | Name | Description |
---|---|---|
TcoCylinderStatus | 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