C# (CSharp) Tiraggo.Interfaces Namespace

Classes

Name Description
StandardProviderParameters
tgColumnMetadata
tgColumnMetadataCollection
tgColumnMetadataCollection.AuditingInfo
tgColumnMetadataCollection.SpecialDate
tgConcurrencyException
tgConfigSettings Used to read the EntitySpaces section from the app or web config file.
tgConnection Configured by the EntitySpaces section from the app or web config file.
tgConnectionElement This contains the detail connection information for an entry in the EntitySpaces configuration section.
tgConnectionsCollection This class serves as a collection for all of the connections in the EntitySpaces configuration section. See the .NET Framework class ConfigurationElementCollection
tgDataProvider This class is used by EntitySpaces to issue loosely coupled calls to the actual EntitySpaces data provider as defined in the web.config or app.config file.
tgDataRequest
tgDataResponse
tgEntitySavePacket
tgException Acts as a base class for EntitySpaces exceptions. EntitySpaces itself throws very few exceptions however. See tgConcurrencyException
tgParameter
tgParameters
tgProviderFactory Used to decouple the EntitySpaces DataProviders from your application.
tgProviderSignature Used by the tgConnection class. This returns the signature necessary to invoke a command on an EntitySpaces DataProvider. Returned by the "ProviderSignature" property on the tgConnection class.
tgProviderSpecificMetadata
tgSmartDictionary
tgTracePacket
tgTransactionScope This is the EntitySpaces ADO.NET connection based transaction class that mimics the System.Transactions.TransactionScope class.
tgTransactionScope.Transaction
tgTypeMap