Class PlainStepDetails
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainStepDetails
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 PlainStepDetails : INotifyPropertyChanged, IPlain
Constructors
|
Improve this Doc
View Source
PlainStepDetails()
Declaration
public PlainStepDetails()
Fields
|
Improve this Doc
View Source
_Description
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
_Duration
Declaration
Field Value
Type |
Description |
System.TimeSpan |
|
|
Improve this Doc
View Source
_Enabled
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_ID
Declaration
Field Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
_Order
Declaration
Field Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
_Status
Declaration
Field Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
isActive
Declaration
Field Value
Type |
Description |
System.Boolean |
|
Properties
|
Improve this Doc
View Source
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Duration
Declaration
public TimeSpan Duration { get; set; }
Property Value
Type |
Description |
System.TimeSpan |
|
|
Improve this Doc
View Source
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ID
Declaration
public short ID { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
IsActive
Declaration
public bool IsActive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Order
Declaration
public ushort Order { get; set; }
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
Status
Declaration
public short Status { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
StatusAsEnum
Declaration
public eStepStatus StatusAsEnum { get; }
Property Value
Methods
|
Improve this Doc
View Source
CopyCyclicToPlain(IStepDetails)
Declaration
public void CopyCyclicToPlain(IStepDetails source)
Parameters
|
Improve this Doc
View Source
CopyCyclicToPlain(StepDetails)
Declaration
public void CopyCyclicToPlain(StepDetails source)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(IStepDetails)
Declaration
public void CopyPlainToCyclic(IStepDetails target)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(StepDetails)
Declaration
public void CopyPlainToCyclic(StepDetails target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(IShadowStepDetails)
Declaration
public void CopyPlainToShadow(IShadowStepDetails target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(StepDetails)
Declaration
public void CopyPlainToShadow(StepDetails target)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(IShadowStepDetails)
Declaration
public void CopyShadowToPlain(IShadowStepDetails source)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(StepDetails)
Declaration
public void CopyShadowToPlain(StepDetails 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