Class PlainTcoParentedStructure
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
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 PlainTcoParentedStructure : PlainTcoObject, INotifyPropertyChanged, IPlain
Constructors
| Improve this Doc View SourcePlainTcoParentedStructure()
Declaration
public PlainTcoParentedStructure()
Methods
| Improve this Doc View SourceCopyCyclicToPlain(ITcoParentedStructure)
Declaration
public void CopyCyclicToPlain(ITcoParentedStructure source)
Parameters
Type | Name | Description |
---|---|---|
ITcoParentedStructure | source |
CopyCyclicToPlain(TcoParentedStructure)
Declaration
public void CopyCyclicToPlain(TcoParentedStructure source)
Parameters
Type | Name | Description |
---|---|---|
TcoParentedStructure | source |
CopyPlainToCyclic(ITcoParentedStructure)
Declaration
public void CopyPlainToCyclic(ITcoParentedStructure target)
Parameters
Type | Name | Description |
---|---|---|
ITcoParentedStructure | target |
CopyPlainToCyclic(TcoParentedStructure)
Declaration
public void CopyPlainToCyclic(TcoParentedStructure target)
Parameters
Type | Name | Description |
---|---|---|
TcoParentedStructure | target |
CopyPlainToShadow(IShadowTcoParentedStructure)
Declaration
public void CopyPlainToShadow(IShadowTcoParentedStructure target)
Parameters
Type | Name | Description |
---|---|---|
IShadowTcoParentedStructure | target |
CopyPlainToShadow(TcoParentedStructure)
Declaration
public void CopyPlainToShadow(TcoParentedStructure target)
Parameters
Type | Name | Description |
---|---|---|
TcoParentedStructure | target |
CopyShadowToPlain(IShadowTcoParentedStructure)
Declaration
public void CopyShadowToPlain(IShadowTcoParentedStructure source)
Parameters
Type | Name | Description |
---|---|---|
IShadowTcoParentedStructure | source |
CopyShadowToPlain(TcoParentedStructure)
Declaration
public void CopyShadowToPlain(TcoParentedStructure source)
Parameters
Type | Name | Description |
---|---|---|
TcoParentedStructure | 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