Class ProviderDataTypeItem<TValue>
ProviderDataTypeItem is just like a CacheItem, but it has some limited fields
Inherited Members
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class ProviderDataTypeItem<TValue> : ProviderItemBase, IProviderDataTypeItem
Type Parameters
| Name | Description |
|---|---|
| TValue |
Constructors
| Name | Description |
|---|---|
| ProviderDataTypeItem(TValue) | Initializes an instance of the class DataTypeItem. |
| ProviderDataTypeItem(TValue, DistributedDataType) | Initializes an instance of CacheItem. |
| ProviderDataTypeItem(DistributedDataType) | Initializes an instance of the CacheItem. |
| ProviderDataTypeItem(Int64) | Initializes an instance of the Counter Item. |
Properties
| Name | Description |
|---|---|
| Counter | Gets/Sets the value of the Counter. |
| Data | Gets/Sets the value of the DataType Item. |
| Type | Gets/Sets the value of the CacheItem. |
Methods
| Name | Description |
|---|---|
| GetDataAsJson<T>() | Gets the value of DataType item in the form of JsonValueBase. |