IRealTimeVPath Interface Members
- Last UpdatedApr 08, 2026
- 7 minute read
The following tables list the members exposed by IRealTimeVPath.
| Name | Description | |
|---|---|---|
![]() | Array | Gets the array of steps leading down the path. |
![]() | FieldName | Gets the field name. |
![]() | IsFieldGetOverridden | Gets true if the field get operation is overridden. Otherwise false. |
![]() | IsFieldPutOverridden | Gets true if the field put operation for owner system is overridden. Otherwise false. |
![]() | IsRemoteFieldPutOverridden | Gets true if the field put operation for remote system is overridden. Otherwise false. |
![]() | KeyName | Gets the key name. |
![]() | Kind | Gets the kind of the field. |
![]() | Length | Gets the length of the path array. |
![]() | Offset | Gets the offset into the record in bytes. |
![]() | Path | Gets the path internal structure. |
![]() | PointNumber | Gets the slot number in the table. |
![]() | RecordSize | Gets the record size. |
![]() | TableName | Gets the table name. |
![]() | TableNumber | Gets the table number. |
![]() | Type | Gets the type number of the value. |
![]() | UltimateType | Gets the ultimate type number of the value. |
| Name | Description | |
|---|---|---|
![]() | Bind | Binds an object using parameters to initialize all internal variables. |
![]() | BindPath | Binds the internal path structure to the given Path. |
![]() | Dispose | (Inherited from System.IDisposable) |
![]() | 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. |

