Class PlainNO
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainNO
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 PlainNO : INotifyPropertyChanged, IPlain
Constructors
| Improve this Doc View SourcePlainNO()
Declaration
public PlainNO()
Fields
| Improve this Doc View Source_Structure
Declaration
PlainTcoStruct _Structure
Field Value
Type | Description |
---|---|
PlainTcoStruct |
Properties
| Improve this Doc View SourceStructure
Declaration
public PlainTcoStruct Structure { get; set; }
Property Value
Type | Description |
---|---|
PlainTcoStruct |
Methods
| Improve this Doc View SourceCopyCyclicToPlain(INO)
Declaration
public void CopyCyclicToPlain(INO source)
Parameters
Type | Name | Description |
---|---|---|
INO | source |
CopyCyclicToPlain(NO)
Declaration
public void CopyCyclicToPlain(NO source)
Parameters
Type | Name | Description |
---|---|---|
NO | source |
CopyPlainToCyclic(INO)
Declaration
public void CopyPlainToCyclic(INO target)
Parameters
Type | Name | Description |
---|---|---|
INO | target |
CopyPlainToCyclic(NO)
Declaration
public void CopyPlainToCyclic(NO target)
Parameters
Type | Name | Description |
---|---|---|
NO | target |
CopyPlainToShadow(IShadowNO)
Declaration
public void CopyPlainToShadow(IShadowNO target)
Parameters
Type | Name | Description |
---|---|---|
IShadowNO | target |
CopyPlainToShadow(NO)
Declaration
public void CopyPlainToShadow(NO target)
Parameters
Type | Name | Description |
---|---|---|
NO | target |
CopyShadowToPlain(IShadowNO)
Declaration
public void CopyShadowToPlain(IShadowNO source)
Parameters
Type | Name | Description |
---|---|---|
IShadowNO | source |
CopyShadowToPlain(NO)
Declaration
public void CopyShadowToPlain(NO source)
Parameters
Type | Name | Description |
---|---|---|
NO | 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