[This is preliminary documentation and is subject to change.]
The OCCsvData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | OCCsvData |
Constructor taking the csv data as arguments.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetCsvMapping |
Extracts the csv mapping from the XML schema to a dataset.
|
![]() | GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetLine |
Gets a single line
|
![]() | GetOcCsvPropertyList |
Returns the property list for the csv file.
|
![]() | GetSavedUserCsvMapping |
Reads the saved user csv mapping from the user's personal folder
to the Hashtable.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SaveCsvMapping |
Saves the CSV mapping from the dataset to the users personal document
storage. The saved csv mapping is loaded as default, the next time user
wants import or export information using the csv file.
|
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Data |
Returns the data for the csv file.
|
![]() | Header |
Returns the header information for the csv file.
|