Origin |
[Missing <summary> documentation for "T:Altaxo.Serialization.Origin.OriginImporter.ImportOperationalDataForTable"]
public class ImportOperationalDataForTable
The OriginImporterImportOperationalDataForTable type exposes the following members.
Name | Description | |
---|---|---|
OriginImporterImportOperationalDataForTable | Initializes a new instance of the OriginImporterImportOperationalDataForTable class |
Name | Description | |
---|---|---|
ColumnNameDictionary | Gets the column name usage of the table. Key is the column name, value is the number of uses. |
Name | Description | |
---|---|---|
AddDataColumn | Creates a double data column with a specified name. If a column with the name already exists, a postfix number is appended to the name to ensure a unique column name. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Name | Description | |
---|---|---|
LastUsedGroupNumber | The last used group number. The start value is -1, thus the number has to be incremented before use. |