Class PlainTcoDi
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainTcoDi
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: TcoElementsConnector.dll
Syntax
public class PlainTcoDi : PlainTcoComponent, INotifyPropertyChanged, IPlain
Constructors
|
Improve this Doc
View Source
PlainTcoDi()
Declaration
Fields
|
Improve this Doc
View Source
__config
Declaration
PlainTcoDiConfig __config
Field Value
|
Improve this Doc
View Source
__isFalseTask
Declaration
PlainTcoTask __isFalseTask
Field Value
|
Improve this Doc
View Source
__isTrueTask
Declaration
PlainTcoTask __isTrueTask
Field Value
|
Improve this Doc
View Source
__signal
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
__signalInfo
Declaration
PlainTcoSignalInfo __signalInfo
Field Value
Properties
|
Improve this Doc
View Source
_config
Declaration
public PlainTcoDiConfig _config { get; set; }
Property Value
|
Improve this Doc
View Source
_isFalseTask
Declaration
public PlainTcoTask _isFalseTask { get; set; }
Property Value
|
Improve this Doc
View Source
_isTrueTask
Declaration
public PlainTcoTask _isTrueTask { get; set; }
Property Value
|
Improve this Doc
View Source
_signal
Declaration
public bool _signal { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_signalInfo
Declaration
public PlainTcoSignalInfo _signalInfo { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
CopyCyclicToPlain(ITcoDi)
Declaration
public void CopyCyclicToPlain(ITcoDi source)
Parameters
Type |
Name |
Description |
ITcoDi |
source |
|
|
Improve this Doc
View Source
CopyCyclicToPlain(TcoDi)
Declaration
public void CopyCyclicToPlain(TcoDi source)
Parameters
Type |
Name |
Description |
TcoDi |
source |
|
|
Improve this Doc
View Source
CopyPlainToCyclic(ITcoDi)
Declaration
public void CopyPlainToCyclic(ITcoDi target)
Parameters
Type |
Name |
Description |
ITcoDi |
target |
|
|
Improve this Doc
View Source
CopyPlainToCyclic(TcoDi)
Declaration
public void CopyPlainToCyclic(TcoDi target)
Parameters
Type |
Name |
Description |
TcoDi |
target |
|
|
Improve this Doc
View Source
CopyPlainToShadow(IShadowTcoDi)
Declaration
public void CopyPlainToShadow(IShadowTcoDi target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(TcoDi)
Declaration
public void CopyPlainToShadow(TcoDi target)
Parameters
Type |
Name |
Description |
TcoDi |
target |
|
|
Improve this Doc
View Source
CopyShadowToPlain(IShadowTcoDi)
Declaration
public void CopyShadowToPlain(IShadowTcoDi source)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(TcoDi)
Declaration
public void CopyShadowToPlain(TcoDi source)
Parameters
Type |
Name |
Description |
TcoDi |
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