RCS.
|
Class | Description | |
---|---|---|
CarbonException | A custom base Exception for the Carbon suite. | |
CommonUtil | ||
GenNode | Represents a general purpose tree node. The class is simple because it's really a 'DTO' that will be passed around API calls and possbly over the wire in service calls. | |
JobDownloadParameters | Parameters for the Azure job (container) to local directory download. | |
JobDownloadResults | Results for the local directory to Azure job (container) upload. | |
JobUploadParameters | Parameters for the local directory to Azure job (container) upload. | |
JobUploadResults | Results for the local directory to Azure job (container) upload. | |
Key | This class contains all the "magic" constants that are global to the whole suite. | |
Log | This static shared log sink class that can be called from anywhere in the Carbon suite. All calls to the class are raised as simple events that hosting apps can listen to if they want to know what Carbon is doing internally. | |
MetaData | Data associated with a single Metadata item that can be assigned to containers, blobs and tables. | |
ProgressEventArgs | All Carbon progress events should return this class. | |
TSAPIData | ||
XCells | All cell band types | |
XCorner | Settings for intersection cells in tables | |
XDecimals | Decimal places for various types | |
XDisplayProperties |
Encapsulates all display properties defined in the Carbon suite. The properties exist on a hierarchy of child classes which group them in a logical way that is familar to Ruby users. The child class structure also provides a good intellisense experience for developers exploring the large numbers of properties. Methods are provided to serialize all or selected properties to-and-from a custom string format made from joined tokens in the format DotPath=Value. |
|
XGroups | Top/Side Groups for nesting labels | |
XHide | Rows/Cols can be hidden | |
XLabels | Row/Col labels | |
XOutput | Settings for table Output | |
XRowsCols | Groups, Labels, Sorting and Hiding | |
XSignificance | Significance cosmetics and test properties | |
XSort | Rows/Cols can be sorted | |
XSpecProperties | Encapsulates report Spec properties. | |
XText | Text cosmetic information | |
XThresholdText | Font changes to indicate a Threshold | |
XTitles | All titles | |
XVisible | Visible property | |
XVisibleText | Text that can be hidden |
Structure | Description | |
---|---|---|
XColor | A struct to represent a color in a well-behaved way. |
Enumeration | Description | |
---|---|---|
XOutputFormat | Defines the crosstab result output formats that are supported by the Carbon suite. |