Class PlainMainContext
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainMainContext
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: TcoDataConnector.dll
Syntax
class PlainMainContext : PlainTcoContext, INotifyPropertyChanged, IPlain
Constructors
|
Improve this Doc
View Source
PlainMainContext()
Declaration
public PlainMainContext()
Fields
|
Improve this Doc
View Source
_fbProcessDataManger
Declaration
PlainTcoDataExchange _fbProcessDataManger
Field Value
|
Improve this Doc
View Source
_test
Declaration
Field Value
Properties
|
Improve this Doc
View Source
fbProcessDataManger
Declaration
public PlainTcoDataExchange fbProcessDataManger { get; set; }
Property Value
|
Improve this Doc
View Source
test
Declaration
public PlainTcoEntity test { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
CopyCyclicToPlain(IMainContext)
Declaration
public void CopyCyclicToPlain(IMainContext source)
Parameters
|
Improve this Doc
View Source
CopyCyclicToPlain(MainContext)
Declaration
public void CopyCyclicToPlain(MainContext source)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(IMainContext)
Declaration
public void CopyPlainToCyclic(IMainContext target)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(MainContext)
Declaration
public void CopyPlainToCyclic(MainContext target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(IShadowMainContext)
Declaration
public void CopyPlainToShadow(IShadowMainContext target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(MainContext)
Declaration
public void CopyPlainToShadow(MainContext target)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(IShadowMainContext)
Declaration
public void CopyShadowToPlain(IShadowMainContext source)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(MainContext)
Declaration
public void CopyShadowToPlain(MainContext source)
Parameters
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