Class PlainTcoContextEnvironment
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainTcoContextEnvironment
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 PlainTcoContextEnvironment : INotifyPropertyChanged, IPlain
Constructors
| Improve this Doc View SourcePlainTcoContextEnvironment()
Declaration
public PlainTcoContextEnvironment()
Fields
| Improve this Doc View Source__messenger
Declaration
PlainTcoMessengerEnv __messenger
Field Value
| Type | Description |
|---|---|
| PlainTcoMessengerEnv |
Properties
| Improve this Doc View Source_messenger
Declaration
public PlainTcoMessengerEnv _messenger { get; set; }
Property Value
| Type | Description |
|---|---|
| PlainTcoMessengerEnv |
Methods
| Improve this Doc View SourceCopyCyclicToPlain(ITcoContextEnvironment)
Declaration
public void CopyCyclicToPlain(ITcoContextEnvironment source)
Parameters
| Type | Name | Description |
|---|---|---|
| ITcoContextEnvironment | source |
CopyCyclicToPlain(TcoContextEnvironment)
Declaration
public void CopyCyclicToPlain(TcoContextEnvironment source)
Parameters
| Type | Name | Description |
|---|---|---|
| TcoContextEnvironment | source |
CopyPlainToCyclic(ITcoContextEnvironment)
Declaration
public void CopyPlainToCyclic(ITcoContextEnvironment target)
Parameters
| Type | Name | Description |
|---|---|---|
| ITcoContextEnvironment | target |
CopyPlainToCyclic(TcoContextEnvironment)
Declaration
public void CopyPlainToCyclic(TcoContextEnvironment target)
Parameters
| Type | Name | Description |
|---|---|---|
| TcoContextEnvironment | target |
CopyPlainToShadow(IShadowTcoContextEnvironment)
Declaration
public void CopyPlainToShadow(IShadowTcoContextEnvironment target)
Parameters
| Type | Name | Description |
|---|---|---|
| IShadowTcoContextEnvironment | target |
CopyPlainToShadow(TcoContextEnvironment)
Declaration
public void CopyPlainToShadow(TcoContextEnvironment target)
Parameters
| Type | Name | Description |
|---|---|---|
| TcoContextEnvironment | target |
CopyShadowToPlain(IShadowTcoContextEnvironment)
Declaration
public void CopyShadowToPlain(IShadowTcoContextEnvironment source)
Parameters
| Type | Name | Description |
|---|---|---|
| IShadowTcoContextEnvironment | source |
CopyShadowToPlain(TcoContextEnvironment)
Declaration
public void CopyShadowToPlain(TcoContextEnvironment source)
Parameters
| Type | Name | Description |
|---|---|---|
| TcoContextEnvironment | 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