Class PlainTcoDiConfig
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainTcoDiConfig
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: TcoElements
Assembly: TcoElementsConnector.dll
Syntax
public class PlainTcoDiConfig : INotifyPropertyChanged, IPlain
Constructors
| Improve this Doc View SourcePlainTcoDiConfig()
Declaration
public PlainTcoDiConfig()
Fields
| Improve this Doc View Source_IsFalseTimeOut
Declaration
TimeSpan _IsFalseTimeOut
Field Value
| Type | Description |
|---|---|
| System.TimeSpan |
_IsTrueTimeOut
Declaration
TimeSpan _IsTrueTimeOut
Field Value
| Type | Description |
|---|---|
| System.TimeSpan |
Properties
| Improve this Doc View SourceIsFalseTimeOut
Declaration
public TimeSpan IsFalseTimeOut { get; set; }
Property Value
| Type | Description |
|---|---|
| System.TimeSpan |
IsTrueTimeOut
Declaration
public TimeSpan IsTrueTimeOut { get; set; }
Property Value
| Type | Description |
|---|---|
| System.TimeSpan |
Methods
| Improve this Doc View SourceCopyCyclicToPlain(ITcoDiConfig)
Declaration
public void CopyCyclicToPlain(ITcoDiConfig source)
Parameters
| Type | Name | Description |
|---|---|---|
| ITcoDiConfig | source |
CopyCyclicToPlain(TcoDiConfig)
Declaration
public void CopyCyclicToPlain(TcoDiConfig source)
Parameters
| Type | Name | Description |
|---|---|---|
| TcoDiConfig | source |
CopyPlainToCyclic(ITcoDiConfig)
Declaration
public void CopyPlainToCyclic(ITcoDiConfig target)
Parameters
| Type | Name | Description |
|---|---|---|
| ITcoDiConfig | target |
CopyPlainToCyclic(TcoDiConfig)
Declaration
public void CopyPlainToCyclic(TcoDiConfig target)
Parameters
| Type | Name | Description |
|---|---|---|
| TcoDiConfig | target |
CopyPlainToShadow(IShadowTcoDiConfig)
Declaration
public void CopyPlainToShadow(IShadowTcoDiConfig target)
Parameters
| Type | Name | Description |
|---|---|---|
| IShadowTcoDiConfig | target |
CopyPlainToShadow(TcoDiConfig)
Declaration
public void CopyPlainToShadow(TcoDiConfig target)
Parameters
| Type | Name | Description |
|---|---|---|
| TcoDiConfig | target |
CopyShadowToPlain(IShadowTcoDiConfig)
Declaration
public void CopyShadowToPlain(IShadowTcoDiConfig source)
Parameters
| Type | Name | Description |
|---|---|---|
| IShadowTcoDiConfig | source |
CopyShadowToPlain(TcoDiConfig)
Declaration
public void CopyShadowToPlain(TcoDiConfig source)
Parameters
| Type | Name | Description |
|---|---|---|
| TcoDiConfig | 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