Click or drag to resize

MicaSystems.Utils.DataSet Namespace

Classes
  ClassDescription
Public classMicaContentDataRow
Data row representing an item in a ContentType
Public classMicaContentDataSet
Strongly typed dataSet aiming at storing generic data items in a robust structure, which may adapt to future model changes.
Public classMicaContentDataSet_ColumnsInfoDataTable
Represents the strongly named DataTable class.
Public classMicaContentDataSet_ColumnsInfoRow
Represents strongly named DataRow class.
Public classMicaContentDataSet_ColumnsInfoRowChangeEvent
Row event argument class
Public classMicaContentDataSet_ContentTypesInfoDataTable
Represents the strongly named DataTable class.
Public classMicaContentDataSet_ContentTypesInfoRow
Represents strongly named DataRow class.
Public classMicaContentDataSet_ContentTypesInfoRowChangeEvent
Row event argument class
Public classMicaContentDataSet_ModelVersionInfoDataTable
Represents the strongly named DataTable class.
Public classMicaContentDataSet_ModelVersionInfoRow
Represents strongly named DataRow class.
Public classMicaContentDataSet_ModelVersionInfoRowChangeEvent
Row event argument class
Public classMicaContentDataSet_RelationsInfoDataTable
Represents the strongly named DataTable class.
Public classMicaContentDataSet_RelationsInfoRow
Represents strongly named DataRow class.
Public classMicaContentDataSet_RelationsInfoRowChangeEvent
Row event argument class
Public classMicaContentDataTable
A typed DataTable, whose goal is to store data from ContentTypes.
Public classMicaIndirectionDataRow
Data row representing a relation between two ContentType items.
Public classMicaIndirectionDataTable
A typed DataTable, whose goal is to store relational data between contentType items.
Public classModelRootNodeColumnInfo
Use this class to add a column to a contentType you consider being 'root', to flag root rows. Use only in one table for a dataset.
Interfaces
  InterfaceDescription
Public interfaceIModelColumnInfo
Provides a definition for columns used in MicaContentDataSet.
Public interfaceIModelContentTypeInfo
Provides a definition for content-types used in MicaContentDataSet.
Public interfaceIModelInfo
Provides a definition for models used in MicaContentDataSet.
Public interfaceIModelRelationInfo
Provides a definition for relations used in MicaContentDataSet.
Public interfaceIModelVersionInfo
Provides a definition for model versions used in MicaContentDataSet.
Delegates