Click or drag to resize

DataStruct Methods

The DataStruct type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAssign(Object, Object)
Copy data from one structure into another.
Public methodStatic memberAssign(Object, DataType, Object, DataType)
Copy data from one structure into another.
Public methodAssignFrom
Copy data from structure into this dynamic structure.
Public methodAssignTo
Copy data from this dynamic structure into structure.
Public methodStatic memberCopyFrom
Creates a new DataStruct and copies data from structure into it.
Public methodCopyTo
Creates a new object of type systemType and copies data from this DataStruct into it.
Public methodNotifyPropertiesChanged
Raises the PropertyChanged event manually. Since the event isn't raised due to an actual property change, the property name is set as empty.
Top
See Also