Class PlainTcoExistsTask
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainTcoExistsTask
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: TcoData
Assembly: TcoDataConnector.dll
Syntax
public class PlainTcoExistsTask : PlainTcoDataTask, INotifyPropertyChanged, IPlain
Constructors
| Improve this Doc View SourcePlainTcoExistsTask()
Declaration
public PlainTcoExistsTask()
Fields
| Improve this Doc View Source__exists
Declaration
bool __exists
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Properties
| Improve this Doc View Source_exists
Declaration
public bool _exists { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Methods
| Improve this Doc View SourceCopyCyclicToPlain(ITcoExistsTask)
Declaration
public void CopyCyclicToPlain(ITcoExistsTask source)
Parameters
| Type | Name | Description |
|---|---|---|
| ITcoExistsTask | source |
CopyCyclicToPlain(TcoExistsTask)
Declaration
public void CopyCyclicToPlain(TcoExistsTask source)
Parameters
| Type | Name | Description |
|---|---|---|
| TcoExistsTask | source |
CopyPlainToCyclic(ITcoExistsTask)
Declaration
public void CopyPlainToCyclic(ITcoExistsTask target)
Parameters
| Type | Name | Description |
|---|---|---|
| ITcoExistsTask | target |
CopyPlainToCyclic(TcoExistsTask)
Declaration
public void CopyPlainToCyclic(TcoExistsTask target)
Parameters
| Type | Name | Description |
|---|---|---|
| TcoExistsTask | target |
CopyPlainToShadow(IShadowTcoExistsTask)
Declaration
public void CopyPlainToShadow(IShadowTcoExistsTask target)
Parameters
| Type | Name | Description |
|---|---|---|
| IShadowTcoExistsTask | target |
CopyPlainToShadow(TcoExistsTask)
Declaration
public void CopyPlainToShadow(TcoExistsTask target)
Parameters
| Type | Name | Description |
|---|---|---|
| TcoExistsTask | target |
CopyShadowToPlain(IShadowTcoExistsTask)
Declaration
public void CopyShadowToPlain(IShadowTcoExistsTask source)
Parameters
| Type | Name | Description |
|---|---|---|
| IShadowTcoExistsTask | source |
CopyShadowToPlain(TcoExistsTask)
Declaration
public void CopyShadowToPlain(TcoExistsTask source)
Parameters
| Type | Name | Description |
|---|---|---|
| TcoExistsTask | 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