Class PlainTcoStateBase
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 PlainTcoStateBase : PlainTcoObject, INotifyPropertyChanged, IPlain
Constructors
| Improve this Doc View SourcePlainTcoStateBase()
Declaration
public PlainTcoStateBase()
Fields
| Improve this Doc View Source__State
Declaration
short __State
Field Value
Type | Description |
---|---|
System.Int16 |
Properties
| Improve this Doc View Source_State
Declaration
public short _State { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 |
Methods
| Improve this Doc View SourceCopyCyclicToPlain(ITcoStateBase)
Declaration
public void CopyCyclicToPlain(ITcoStateBase source)
Parameters
Type | Name | Description |
---|---|---|
ITcoStateBase | source |
CopyCyclicToPlain(TcoStateBase)
Declaration
public void CopyCyclicToPlain(TcoStateBase source)
Parameters
Type | Name | Description |
---|---|---|
TcoStateBase | source |
CopyPlainToCyclic(ITcoStateBase)
Declaration
public void CopyPlainToCyclic(ITcoStateBase target)
Parameters
Type | Name | Description |
---|---|---|
ITcoStateBase | target |
CopyPlainToCyclic(TcoStateBase)
Declaration
public void CopyPlainToCyclic(TcoStateBase target)
Parameters
Type | Name | Description |
---|---|---|
TcoStateBase | target |
CopyPlainToShadow(IShadowTcoStateBase)
Declaration
public void CopyPlainToShadow(IShadowTcoStateBase target)
Parameters
Type | Name | Description |
---|---|---|
IShadowTcoStateBase | target |
CopyPlainToShadow(TcoStateBase)
Declaration
public void CopyPlainToShadow(TcoStateBase target)
Parameters
Type | Name | Description |
---|---|---|
TcoStateBase | target |
CopyShadowToPlain(IShadowTcoStateBase)
Declaration
public void CopyShadowToPlain(IShadowTcoStateBase source)
Parameters
Type | Name | Description |
---|---|---|
IShadowTcoStateBase | source |
CopyShadowToPlain(TcoStateBase)
Declaration
public void CopyShadowToPlain(TcoStateBase source)
Parameters
Type | Name | Description |
---|---|---|
TcoStateBase | 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