Class PlainTcoToggleTask
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainTcoToggleTask
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 PlainTcoToggleTask : PlainTcoObject, INotifyPropertyChanged, IPlain
Constructors
|
Improve this Doc
View Source
PlainTcoToggleTask()
Declaration
public PlainTcoToggleTask()
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
__state
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
__toggleRequest
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
_state
Declaration
public bool _state { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_toggleRequest
Declaration
public bool _toggleRequest { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
CopyCyclicToPlain(ITcoToggleTask)
Declaration
public void CopyCyclicToPlain(ITcoToggleTask source)
Parameters
|
Improve this Doc
View Source
CopyCyclicToPlain(TcoToggleTask)
Declaration
public void CopyCyclicToPlain(TcoToggleTask source)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(ITcoToggleTask)
Declaration
public void CopyPlainToCyclic(ITcoToggleTask target)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(TcoToggleTask)
Declaration
public void CopyPlainToCyclic(TcoToggleTask target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(IShadowTcoToggleTask)
Declaration
public void CopyPlainToShadow(IShadowTcoToggleTask target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(TcoToggleTask)
Declaration
public void CopyPlainToShadow(TcoToggleTask target)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(IShadowTcoToggleTask)
Declaration
public void CopyShadowToPlain(IShadowTcoToggleTask source)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(TcoToggleTask)
Declaration
public void CopyShadowToPlain(TcoToggleTask 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