Class PlainTcoMomentaryTask
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainTcoMomentaryTask
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: TcoCoreConnector.dll
Syntax
public class PlainTcoMomentaryTask : PlainTcoObject, INotifyPropertyChanged, IPlain
Constructors
|
Improve this Doc
View Source
PlainTcoMomentaryTask()
Declaration
public PlainTcoMomentaryTask()
Fields
|
Improve this Doc
View Source
__enabled
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
__isServiceable
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
__setOnRequest
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
__state
Declaration
Field Value
Type |
Description |
System.Boolean |
|
Properties
|
Improve this Doc
View Source
_enabled
Declaration
public bool _enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_isServiceable
Declaration
public bool _isServiceable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_setOnRequest
Declaration
public bool _setOnRequest { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_state
Declaration
public bool _state { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
CopyCyclicToPlain(ITcoMomentaryTask)
Declaration
public void CopyCyclicToPlain(ITcoMomentaryTask source)
Parameters
|
Improve this Doc
View Source
CopyCyclicToPlain(TcoMomentaryTask)
Declaration
public void CopyCyclicToPlain(TcoMomentaryTask source)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(ITcoMomentaryTask)
Declaration
public void CopyPlainToCyclic(ITcoMomentaryTask target)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(TcoMomentaryTask)
Declaration
public void CopyPlainToCyclic(TcoMomentaryTask target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(IShadowTcoMomentaryTask)
Declaration
public void CopyPlainToShadow(IShadowTcoMomentaryTask target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(TcoMomentaryTask)
Declaration
public void CopyPlainToShadow(TcoMomentaryTask target)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(IShadowTcoMomentaryTask)
Declaration
public void CopyShadowToPlain(IShadowTcoMomentaryTask source)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(TcoMomentaryTask)
Declaration
public void CopyShadowToPlain(TcoMomentaryTask 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