Classes

  Class Description
Public class BaseEntity<(Of <(<'T>)>)>
Base class for all the entity objects in ECommerce Module.
Public class BaseEntityStatic<(Of <(<'T>)>)>
Base class for all the entity objects in ECommerce Module.
Public class DoesNotExistException
DoesNotExistException is thrown when an item does not exist or has been deleted.
Public class ExistsException
ExistsException is thrown when an item already exists.
Public class LeafEntityCollection<(Of <(<'TEntity, TCarrier>)>)>
base class for all collection objects for entities that are not independent from another entity.
Public class LeafEntityIndexedCollection<(Of <(<'TEntity, TCarrier>)>)>
base class for all collection objects for entities that are not independent from another entity.
Public class ModuleECommerce
Litium E-commerce module.
Public class ModuleECommerceException
Base exception class for the E-Commerce module.
Public class PropertyMetaInfo
Represents meta information about fileds in a entity class.

Examples

Country is a 'EntityProperty' in the Address entity. The PropertyMetaInfo of Country property contains additional information about this property.
Public class RootEntityCollection<(Of <(<'T>)>)>
Acts as the base class for all entity collections.