Class ProviderDataTypeItem<TValue>
ProviderDataTypeItem is just like a CacheItem , but it has some limited fields
Inherited Members
Namespace:
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 DataType Item. |
ProviderDataTypeItem(TValue, DistributedDataType) | Initializes an instance of CacheItem. |
ProviderDataTypeItem(DistributedDataType) | Initializes an instance of CacheItem. |
ProviderDataTypeItem(Int64) | Initializes an instance of Counter Item. |
Properties
Name | Description |
---|---|
Counter | Gets/Sets the value of Counter. |
Data | Gets/Sets the value of DataType Item. |
Type | Gets/Sets the value of CacheItem. |
Methods
Name | Description |
---|---|
GetDataAsJson<T>() | Gets the value of DataType item in the form of JsonValueBase. |