DataPA Enterprise Dashboard Controls API Reference 
        
        
          
            
        
          
            
        
        
          
            
        
          
            
        
        
          
            
        
          
            
        
        
          
            
        
          
            
        
        
          
            
        
      
      
    The CalculatedColumns type exposes the following members.
          
            
Constructors
        
        | Name | Description | |
|---|---|---|
| 
                 | 
              CalculatedColumns()()()() | 
                 
 Creates and returns a new CalculatedColumns object.
  
               | 
            
| 
                 | 
              CalculatedColumns(DashboardQuery) | 
                 
 Creates and returns a new CalculatedColumns object.
  
               | 
            
          
            
Methods
        
        | Name | Description | |
|---|---|---|
| 
                 | 
              Add(CalculatedColumn) | 
                 
 Adds a CalculatedColumn to this collection.
  
               | 
            
| 
                 | 
              Add(CalculatedColumn, Boolean) | 
                 
 Adds a CalculatedColumn to this collection.
  
               | 
            
| 
                 | 
              Contains | 
                 
 Returns a value that indicates if an object with the ID exists in the collection.
  
               | 
            
| 
                 | 
              ContainsColumnName | 
                 
 Returns a value that indicates if an object with the ColumnName exists in the collection.
  
               | 
            
| 
                 | 
              GetEnumerator | 
                 
 Implements System.Collections.IEnumerable.GetEnumerator.
  
               | 
            
| 
                 | 
              GetFirstObject | 
                 
 Gets the first Object in the collection.
  
               | 
            
| 
                 | 
              GetNextObject | 
                 
 Gets the Next Object in the collection.
  
               | 
            
| 
                 | 
              GetObjectData | |
| 
                 | 
              MoveNext | 
                 
 Implements System.Collections.IEnumerator.MoveNext.
  
               | 
            
| 
                 | 
              ReBuild | 
                 
 Rebuilds the collection using the order specified in the IDs array.
  
               | 
            
| 
                 | 
              Remove(Int32) | 
                 
 Removes a CalculatedColumn from this collection.
  
               | 
            
| 
                 | 
              Remove(String) | 
                 
 Removes a CalculatedColumn from this collection.
  
               | 
            
| 
                 | 
              Reset | 
                 
 Implements System.Collections.IEnumerator.Reset.
  
               | 
            
| 
                 | 
              SetObjectData | 
          
            
Fields
        
        | Name | Description | |
|---|---|---|
| 
                 | 
              ClassId | |
| 
                 | 
              EventsId | |
| 
                 | 
              InterfaceId | 
          
            
Properties
        
        | Name | Description | |
|---|---|---|
| 
                 | 
              Count | 
                 
 Gets the number of CalculatedColumns in this collection.
  
               | 
            
| 
                 | 
              Current | 
                 
 Implements System.Collections.IEnumerator.Current.
  
               | 
            
| 
                 | 
              Item[([( Int32])]) | 
                 
 Gets and sets a CalculatedColumn in this collection.
  
               | 
            
| 
                 | 
              Item[([( String])]) | 
                 
 Gets and sets a CalculatedColumn in this collection.
  
               | 
            
| 
                 | 
              Parent | 
                 
 Gets an object that represents the parent of this object.
  
               |