SQL - Extended  1.0.0
Pi-Con: Small utilities makes the difference
Public Member Functions | Properties | List of all members
SQLite.EnumCacheInfo Class Reference

Class to store the information of a cacheitem (EnumCache) More...

Public Member Functions

 EnumCacheInfo (Type type)
 Constructor of the CacheInfo (Enum) More...
 

Properties

bool IsEnum [get]
 If the given type is a enum More...
 
bool StoreAsText [get]
 The values stored as text More...
 
Dictionary< int, string > EnumValues [get]
 The dictionary of the cache with the values. More...
 

Detailed Description

Class to store the information of a cacheitem (EnumCache)

Constructor & Destructor Documentation

◆ EnumCacheInfo()

SQLite.EnumCacheInfo.EnumCacheInfo ( Type  type)

Constructor of the CacheInfo (Enum)

Parameters
typetype off the cache

Property Documentation

◆ EnumValues

Dictionary<int, string> SQLite.EnumCacheInfo.EnumValues
get

The dictionary of the cache with the values.

◆ IsEnum

bool SQLite.EnumCacheInfo.IsEnum
get

If the given type is a enum

◆ StoreAsText

bool SQLite.EnumCacheInfo.StoreAsText
get

The values stored as text


The documentation for this class was generated from the following file: