FlexPivot for WPF | ComponentOne
C1.DataEngine Assembly / C1.DataEngine Namespace / Workspace Class
Properties Methods Events


In This Topic
    Workspace Class Members
    In This Topic

    The following tables list the members exposed by Workspace.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the Workspace class  
    Top
    Public Properties
     NameDescription
    Public PropertyEnables/disables automatic saving metadata to disk on every metadata change. Default: metadata autosave enabled.  
    Public PropertyGets or sets the number of the first month for the fiscal year.  
    Public PropertyAutomatic disk cleanup strategy.  
    Public PropertyReturns the workspace folder path.  
    Public PropertyDetermines whether join queries with the same base fields are reused when another similar join is created. Default: true.  
    Top
    Public Methods
     NameDescription
    Public MethodIndicates that multiple batches of data are being added to one or more tables, so that data consumers can suspend their update until all data changed are complete.  
    Public MethodOverloaded. Deletes data files from disk.  
    Public MethodClean up any resources being used.  
    Public MethodIndicates that multiple batches of data changes have been completed.  
    Public MethodGets size and enumerator for all data rows in a query.  
    Public MethodGets size and enumerator for all data rows in a table.  
    Public MethodReturns the names of base tables in a workspace.  
    Public MethodInitializes ComponentOne DataEngine.  
    Public MethodOverloaded. Creates a join query.  
    Public MethodOverloaded. Creates a query based on a single table or query (not a join).  
    Public MethodDetermines whether the specified query exists in the workspace.  
    Public MethodSaves workspace metadata to disk.  
    Public MethodGets a base table by its name.  
    Public MethodDetermines whether the specified base table exists in the workspace.  
    Top
    Public Events
     NameDescription
    Public EventOccurs after the workspace has been initialized, its Init method has been called.  
    Top
    See Also