|   | CroSecAliasNameTable Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Karamba.CrossSections
 Syntax
SyntaxThe CroSecAliasNameTable type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | CroSecAliasNameTable | 
            a table with cross section names, name aliases and potentially user-names
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | alias_names | 
            dictionary with alias names for cross sections
             | 
|  | itemsTable | 
            get raw table of items which was ranked by the user
            (Inherited from CSVReader.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | aliases | 
            get list of alias names for given name
             | 
|  | colourValue | 
            retrieve color data from line of csv-data. selection_ids contains
            indices of items to be converted to colors. Values non-existent in the table
            cause the default color to be returned. 
            (Inherited from CSVReader.) | 
|  | doubleValue(ListString, Int32) | 
            retrieve numerical data from line of csv-data. selection_ids contains
            indices of items to be converted to numbers. Values non-existent in the table
            cause an exception. Decimal separators may be '.' or ','. 
            (Inherited from CSVReader.) | 
|  | doubleValue(ListString, Int32, Double) | 
            try to retrieve value with index id1; if not successful return val
            (Inherited from CSVReader.) | 
|  | 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.) | 
|  | items | 
            get items of line in table that is identified by a zero based index
            (Inherited from CSVReader.) | 
|  | lineNumber | 
            return line number in CSV-file of row with given index. Index and line number may deviate in case of remark rows
            (Inherited from CSVReader.) | 
|  | longValue(ListString, Int32) | 
            retrieve integer data from line of CSV-data
            (Inherited from CSVReader.) | 
|  | longValue(ListString, Int32, Int64) | 
            try to retrieve value with index id1; if not successful return val
            (Inherited from CSVReader.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | read(String) | 
            read CSV-table with alias names
             | 
|  | read(String, Int32) | 
            read CSV-table with alias names, sort according to items in specified column
             | 
|  | read(String, Int32, Boolean, Boolean) | 
            read table, convert contents to upper case, remove blanks and sort by field FieldID if required.
            Sort table according to column given by FieldID if its value is > 0
            (Inherited from CSVReader.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also