DatasetFile Class
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 | ||
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 | |
---|---|---|
DeleteCommandAsync() | Delete the values of the tags configured in the Objects property to the file indicated by the FileName property | |
InitializeCommandAsync() | Execute the method initialize command. | |
LoadCommandAsync() | Loads the values of the tags configured in the Objects property from the file indicated by the FileName property. | |
SaveCommandAsync() | Saves the values of the tags configured in the Objects property to the file indicated by the FileName property. |
T.Modules.Dataset.DatasetFile