Class PlainTcoDialogBase
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainTcoDialogBase
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: TcoCore
Assembly: TcoCoreConnector.dll
Syntax
public class PlainTcoDialogBase : PlainTcoRemoteTask, INotifyPropertyChanged, IPlain
Constructors
| Improve this Doc View SourcePlainTcoDialogBase()
Declaration
public PlainTcoDialogBase()
Methods
| Improve this Doc View SourceCopyCyclicToPlain(ITcoDialogBase)
Declaration
public void CopyCyclicToPlain(ITcoDialogBase source)
Parameters
Type | Name | Description |
---|---|---|
ITcoDialogBase | source |
CopyCyclicToPlain(TcoDialogBase)
Declaration
public void CopyCyclicToPlain(TcoDialogBase source)
Parameters
Type | Name | Description |
---|---|---|
TcoDialogBase | source |
CopyPlainToCyclic(ITcoDialogBase)
Declaration
public void CopyPlainToCyclic(ITcoDialogBase target)
Parameters
Type | Name | Description |
---|---|---|
ITcoDialogBase | target |
CopyPlainToCyclic(TcoDialogBase)
Declaration
public void CopyPlainToCyclic(TcoDialogBase target)
Parameters
Type | Name | Description |
---|---|---|
TcoDialogBase | target |
CopyPlainToShadow(IShadowTcoDialogBase)
Declaration
public void CopyPlainToShadow(IShadowTcoDialogBase target)
Parameters
Type | Name | Description |
---|---|---|
IShadowTcoDialogBase | target |
CopyPlainToShadow(TcoDialogBase)
Declaration
public void CopyPlainToShadow(TcoDialogBase target)
Parameters
Type | Name | Description |
---|---|---|
TcoDialogBase | target |
CopyShadowToPlain(IShadowTcoDialogBase)
Declaration
public void CopyShadowToPlain(IShadowTcoDialogBase source)
Parameters
Type | Name | Description |
---|---|---|
IShadowTcoDialogBase | source |
CopyShadowToPlain(TcoDialogBase)
Declaration
public void CopyShadowToPlain(TcoDialogBase source)
Parameters
Type | Name | Description |
---|---|---|
TcoDialogBase | 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