RealTimeVPath Class Methods
- Last UpdatedApr 08, 2026
- 5 minute read
For a list of all members of this type, see RealTimeVPath members.
| Name | Description | |
|---|---|---|
![]() | Bind | Binds an object using parameters to initialize all internal variables. |
![]() | BindPath | Binds the internal path structure to the given Path. |
![]() | Dispose | Ensures that all resources are cleaned up. |
![]() | FieldGetBool | Gets a System.Boolean type value of the field defined by the path. |
![]() | FieldGetByte | Gets a System.Byte type value of the field defined by the path. |
![]() | FieldGetChar | Gets a System.Char type value of the field defined by the path. |
![]() | FieldGetConvertedToString | Gets the value from the database, converted to a System.String. |
![]() | FieldGetDouble | Gets a System.Double type value of the field defined by the path. |
![]() | FieldGetEnum | Gets an enumeration type value of the field defined by the path. It is expressed in numeric form as a System.Byte. |
![]() | FieldGetFloat | Gets a System.Single type value of the field defined by the path. |
![]() | FieldGetInt | Gets a System.Int32 type value of the field defined by the path. |
![]() | FieldGetInternalTime | Gets an OASySDNA.Common.InternalTime type value of the field defined by the path. |
![]() | FieldGetLong | Gets a System.Int64 type value of the field defined by the path. |
![]() | FieldGetPath | Gets a Path type value of the field defined by the path. |
![]() | FieldGetShort | Gets a System.Int16 type value of the field defined by the path. |
![]() | FieldGetSlot | Gets a System.Int32 slot-type value of the field defined by the path. |
![]() | FieldGetString | Gets a System.String type value of the field defined by the path. |
![]() | FieldGetUChar | Gets an unsigned char-type value of the field defined by the path. It is expressed in numeric form as a System.Byte. |
![]() | FieldGetUInt | Gets a System.UInt32 type value of the field defined by the path. |
![]() | FieldGetULong | Gets a System.UInt64 type value of the field defined by the path. |
![]() | FieldGetUShort | Gets a System.UInt16 type value of the field defined by the path. |
![]() | FieldPutBool | Writes a System.Boolean value into the field defined by the path. |
![]() | FieldPutByte | Writes a System.Byte value into the field defined by the path. |
![]() | FieldPutChar | Writes a System.Char value into the field defined by the path. |
![]() | FieldPutDouble | Writes a System.Double value into the field defined by the path. |
![]() | FieldPutEnum | Writes an enumeration value passed as a System.Byte into the field defined by the path. |
![]() | FieldPutFloat | Writes a System.Single value into the field defined by the path. |
![]() | FieldPutInt | Writes a System.Int32 value into the field defined by the path. |
![]() | FieldPutInternalTime | Writes a OASySDNA.Common.InternalTime value into the field defined by the path. |
![]() | FieldPutLong | Writes a System.Int64 value into the field defined by the path. |
![]() | FieldPutPath | Writes a Path value into the field defined by the path. |
![]() | FieldPutShort | Writes a System.Int16 value into the field defined by the path. |
![]() | FieldPutSlot | Writes a slot value into the field defined by the path. |
![]() | FieldPutString | Writes a System.String value into the field defined by the path. |
![]() | FieldPutUChar | Writes an unsigned char value into the field defined by the path. |
![]() | FieldPutUInt | Writes a System.UInt32 value into the field defined by the path. |
![]() | FieldPutULong | Writes a System.UInt64 value into the field defined by the path. |
![]() | FieldPutUShort | Writes a System.UInt16 value into the field defined by the path. |
![]() | FunctionPut | Calls a function put for the current path. |
![]() | RecordGet | Gets a RealTimeRecord object for the currently created path. |
![]() | RecordPut | Writes a RealTimeRecord into the database. |
