Class for DatasetFile operation.
Namespace:
T.Modules.DataSet
Assembly: T.Modules (in T.Modules.dll)
Top
Top
Top
Assembly: T.Modules (in T.Modules.dll)
| Name | Description | |
|---|---|---|
|
DatasetFile(RunObj, int) | Construct the instance |
| Name | Description | |
|---|---|---|
|
Category | ReadOnly property with categories configured to DatasetFile object. |
|
Completed | The value of this property is incremented when an operation is concluded. |
|
Delete | Sends an asynchronous Delete command when the value is changed. |
|
DeleteExecuted | The value of this property is changed when the asynchronous Delete command is completed. |
|
Description | Gets the description of the configured DatasetFile. |
|
Disable |
Disables the commands to the DatasetFile when the value is greater than zero.
0 = Enables the commands to the DatasetFile 1 = Disables the commands to the DatasetFile |
|
FileName | Complete path of the file that will be created or loaded. |
|
FileType |
Indicates the file format
ASCII = 0 Unicode = 1 XML = 2 |
|
Id | Object ID (Internal Use). |
|
Initialize | Sends an asynchronous Initialize command when the value is changed. |
|
LastStatus |
Gets the status of the last (most recent) asynchronous operation.
zero = success different than zero = error code |
|
LastStatusMessage | Gets the status message of the last (most recent) asynchronous operation. |
|
Level | ReadOnly property with levels configured to DatasetFile. |
|
Load | Sends an asynchronous Load command when the value is changed. |
|
LoadExecuted | The value of this property is changed when the asynchronous Load command is completed. |
|
Objects | This property represents the configured objects to receive or send values to external file. |
|
Save | Sends an asynchronous Save command when the value is changed. |
|
SaveExecuted | The value of this property is changed when the asynchronous Save command is completed. |
|
XmlSchemaFile | ReadOnly property with Xml Schema File configured on DatasetFile XML. |
|
XmlSchemaType | ReadOnly property with Xml Schema Type configured on DatasetFile XML. |
| Name | Description | |
|---|---|---|
|
DeleteCommand(out string) |
Delete the values of the tags configured in the Objects property to the file indicated by the FileName property
Parameters string statusMessage message with the status of the delete command |
|
DeleteCommand() | Delete the values of the tags configured in the Objects property to the file indicated by the FileName property |
|
InitializeCommand(out string) | Execute the method initialize command. |
|
LoadCommand(out string) |
Loads the values of the tags configured in the Objects property from the file indicated by the FileName property.
Parameters string statusMessage message with the status of the save command |
|
LoadCommand() | Loads the values of the tags configured in the Objects property from the file indicated by the FileName property. |
|
SaveCommand(out string) |
Saves the values of the tags configured in the Objects property to the file indicated by the FileName property.
Parameters string statusMessage message with the status of the save command |
|
SaveCommand() | Saves the values of the tags configured in the Objects property to the file indicated by the FileName property. |