Class PlainF_AnyToUnionValue
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainF_AnyToUnionValue
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 PlainF_AnyToUnionValue : INotifyPropertyChanged, IPlain
Constructors
|
Improve this Doc
View Source
PlainF_AnyToUnionValue()
Declaration
public PlainF_AnyToUnionValue()
Fields
|
Improve this Doc
View Source
__bool
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
__byte
Declaration
Field Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
__date
Declaration
Field Value
Type |
Description |
System.DateTime |
|
|
Improve this Doc
View Source
__dateandtime
Declaration
Field Value
Type |
Description |
System.DateTime |
|
|
Improve this Doc
View Source
__dint
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
__dword
Declaration
Field Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
__int
Declaration
Field Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
__lint
Declaration
Field Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
__lreal
Declaration
Field Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
__ltime
Declaration
Field Value
Type |
Description |
System.TimeSpan |
|
|
Improve this Doc
View Source
__lword
Declaration
Field Value
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
__real
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
__sint
Declaration
Field Value
Type |
Description |
System.SByte |
|
|
Improve this Doc
View Source
__string
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
__time
Declaration
Field Value
Type |
Description |
System.TimeSpan |
|
|
Improve this Doc
View Source
__timeofday
Declaration
Field Value
Type |
Description |
System.TimeSpan |
|
|
Improve this Doc
View Source
__udint
Declaration
Field Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
__uint
Declaration
Field Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
__ulint
Declaration
Field Value
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
__usint
Declaration
Field Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
__word
Declaration
Field Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
__wstring
Declaration
Field Value
Type |
Description |
System.String |
|
Properties
|
Improve this Doc
View Source
_bool
Declaration
public bool _bool { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_byte
Declaration
public byte _byte { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
_date
Declaration
public DateTime _date { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
|
Improve this Doc
View Source
_dateandtime
Declaration
public DateTime _dateandtime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
|
Improve this Doc
View Source
_dint
Declaration
public int _dint { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
_dword
Declaration
public uint _dword { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
_int
Declaration
public short _int { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
_lint
Declaration
public long _lint { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
_lreal
Declaration
public double _lreal { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
_ltime
Declaration
public TimeSpan _ltime { get; set; }
Property Value
Type |
Description |
System.TimeSpan |
|
|
Improve this Doc
View Source
_lword
Declaration
public ulong _lword { get; set; }
Property Value
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
_real
Declaration
public float _real { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
_sint
Declaration
public sbyte _sint { get; set; }
Property Value
Type |
Description |
System.SByte |
|
|
Improve this Doc
View Source
_string
Declaration
public string _string { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
_time
Declaration
public TimeSpan _time { get; set; }
Property Value
Type |
Description |
System.TimeSpan |
|
|
Improve this Doc
View Source
_timeofday
Declaration
public TimeSpan _timeofday { get; set; }
Property Value
Type |
Description |
System.TimeSpan |
|
|
Improve this Doc
View Source
_udint
Declaration
public uint _udint { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
_uint
Declaration
public ushort _uint { get; set; }
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
_ulint
Declaration
public ulong _ulint { get; set; }
Property Value
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
_usint
Declaration
public byte _usint { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
_word
Declaration
public ushort _word { get; set; }
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
_wstring
Declaration
public string _wstring { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
CopyCyclicToPlain(F_AnyToUnionValue)
Declaration
public void CopyCyclicToPlain(F_AnyToUnionValue source)
Parameters
|
Improve this Doc
View Source
CopyCyclicToPlain(IF_AnyToUnionValue)
Declaration
public void CopyCyclicToPlain(IF_AnyToUnionValue source)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(F_AnyToUnionValue)
Declaration
public void CopyPlainToCyclic(F_AnyToUnionValue target)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(IF_AnyToUnionValue)
Declaration
public void CopyPlainToCyclic(IF_AnyToUnionValue target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(F_AnyToUnionValue)
Declaration
public void CopyPlainToShadow(F_AnyToUnionValue target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(IShadowF_AnyToUnionValue)
Declaration
public void CopyPlainToShadow(IShadowF_AnyToUnionValue target)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(F_AnyToUnionValue)
Declaration
public void CopyShadowToPlain(F_AnyToUnionValue source)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(IShadowF_AnyToUnionValue)
Declaration
public void CopyShadowToPlain(IShadowF_AnyToUnionValue 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