Class for DatasetFile operation.

The following tables list the members exposed by the DatasetFile type.

Name Description
Public constructor DatasetFile Construct the instance
Top
Name Description
Public property ArrayIndexes (inherited from RunObj).
Public property Category ReadOnly property with categories configured to DatasetFile object.
Public property Completed The value of this property is incremented when an operation is concluded.
Public property Count (inherited from ListObj).
Public property Delete Sends an asynchronous Delete command when the value is changed.
Public property DeleteExecuted The value of this property is changed when the asynchronous Delete command is completed.
Public property Description Gets the description of the configured DatasetFile.
Public property 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

Public property FileName Complete path of the file that will be created or loaded.
Public property FileType Indicates the file format

ASCII = 0

Unicode = 1

XML = 2

Public property ID (inherited from RunObj).
Public property Id Object ID (Internal Use).
Public property Initialize Sends an asynchronous Initialize command when the value is changed.
Public property Item (Overloaded) (inherited from ListObj).
Public property LastStatus Gets the status of the last (most recent) asynchronous operation.

zero = success

different than zero = error code

Public property LastStatusMessage Gets the status message of the last (most recent) asynchronous operation.
Public property Level ReadOnly property with levels configured to DatasetFile.
Public property Load Sends an asynchronous Load command when the value is changed.
Public property LoadExecuted The value of this property is changed when the asynchronous Load command is completed.
Public property ObjServer (inherited from RunObj).
Public property ObjType (inherited from RunObj).
Public property Objects This property represents the configured objects to receive or send values to external file.
Public property Parent (inherited from RunObj).
Public property Root (inherited from RunObj).
Public property Save Sends an asynchronous Save command when the value is changed.
Public property SaveExecuted The value of this property is changed when the asynchronous Save command is completed.
Public property SyncRoot (inherited from ListObj).
Public property TModule (inherited from RunObj).
Public property XmlSchemaFile ReadOnly property with Xml Schema File configured on DatasetFile XML.
Public property XmlSchemaType ReadOnly property with Xml Schema Type configured on DatasetFile XML.
Top
Name Description
Public method ClearCacheNames (inherited from ListObj).
Public method DeleteCommand (Overloaded) 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

Public method Equals (Overloaded) (inherited from Object).
Public method GetEnumerator (inherited from ListObj).
Public method GetHashCode (inherited from Object).
Public method GetID (inherited from ListObj).
Public method GetName (Overloaded) (inherited from ListObj).
Public method GetObj (Overloaded) (inherited from ListObj).
Public method GetObjAsObject (inherited from ListObj).
Public method GetObjRef (inherited from RunObj).
Public method GetType (inherited from Object).
Public method InitializeCommand Execute the method initialize command.
Public method IsInUse (inherited from ListObj).
Public method LoadCommand (Overloaded) 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

Public method OnContinue (inherited from RunObj).
Public method OnPause (inherited from RunObj).
Public method OnStart (inherited from RunObj).
Public method OnStop (inherited from RunObj).
Public method PreloadRunObj (inherited from ListObj).
Public method Static ReferenceEquals (inherited from Object).
Public method SaveCommand (Overloaded) 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

Public method StartPreloadRunObjs (Overloaded) (inherited from ListObj).
Public method ToString (inherited from RunObj).
Top
Name Description
Public extension method ApplyCast (Overloaded) (Defined by GenericEnumerableHelper).
Public extension method ApplyCount (Defined by GenericEnumerableHelper).
Public extension method ApplySelect (Overloaded) (Defined by GenericEnumerableHelper).
Public extension method ApplyWhere (Defined by GenericEnumerableHelper).
Public extension method ApplyWhereNotNull (Defined by GenericEnumerableHelper).
Public extension method AsParallel (Defined by ParallelEnumerable).
Public extension method AsQueryable (Defined by Queryable).
Public extension method Cast (Defined by Enumerable).
Public extension method ConvertAll (Defined by IEnumerableExtensions).
Public extension method GetParentViewModel (Defined by POCOViewModelExtensions).
Public extension method GetRequiredService (Overloaded) (Defined by POCOViewModelExtensions).
Public extension method GetService (Overloaded) (Defined by POCOViewModelExtensions).
Public extension method IsInDesignMode (Defined by POCOViewModelExtensions).
Public extension method OfType (Defined by Enumerable).
Public extension method RaisePropertiesChanged (Defined by POCOViewModelExtensions).
Top