Leadtools.Medical.Caching Namespace : ItemsInfo Class |
[DesignerCategoryAttribute("code")] [ToolboxItemAttribute(ToolboxItemType=System.Drawing.Design.ToolboxItem, ToolboxItemTypeName="System.Drawing.Design.ToolboxItem, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [XmlSchemaProviderAttribute(MethodName="GetTypedDataSetSchema", IsAny=false)] [XmlRootAttribute("ItemsInfo")] [HelpKeywordAttribute("vs.data.DataSet")] [GeneratedCodeAttribute(Tool="System.Data.Design.TypedDataSetGenerator", Version="2.0.0.0")] [SerializableAttribute()] public class ItemsInfo : System.Data.DataSet, System.ComponentModel.IComponent, System.ComponentModel.IListSource, System.ComponentModel.ISupportInitialize, System.ComponentModel.ISupportInitializeNotification, System.IDisposable, System.IServiceProvider, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable
'Declaration <DesignerCategoryAttribute("code")> <ToolboxItemAttribute(ToolboxItemType=System.Drawing.Design.ToolboxItem, ToolboxItemTypeName="System.Drawing.Design.ToolboxItem, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")> <XmlSchemaProviderAttribute(MethodName="GetTypedDataSetSchema", IsAny=False)> <XmlRootAttribute("ItemsInfo")> <HelpKeywordAttribute("vs.data.DataSet")> <GeneratedCodeAttribute(Tool="System.Data.Design.TypedDataSetGenerator", Version="2.0.0.0")> <SerializableAttribute()> Public Class ItemsInfo Inherits System.Data.DataSet Implements System.ComponentModel.IComponent, System.ComponentModel.IListSource, System.ComponentModel.ISupportInitialize, System.ComponentModel.ISupportInitializeNotification, System.IDisposable, System.IServiceProvider, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable
'Usage Dim instance As ItemsInfo
public sealed class ItemsInfo : System.ComponentModel.IComponent, System.ComponentModel.IListSource, System.ComponentModel.ISupportInitialize, System.ComponentModel.ISupportInitializeNotification, IClosable //In WinRT the IDisposable interface is replaced by IClosable, System.IServiceProvider, ~Remove~, System.Xml.Serialization.IXmlSerializable
function Leadtools.Medical.Caching.ItemsInfo()
[DesignerCategoryAttribute("code")] [ToolboxItemAttribute(ToolboxItemType=System.Drawing.Design.ToolboxItem, ToolboxItemTypeName="System.Drawing.Design.ToolboxItem, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [XmlSchemaProviderAttribute(MethodName="GetTypedDataSetSchema", IsAny=false)] [XmlRootAttribute("ItemsInfo")] [HelpKeywordAttribute("vs.data.DataSet")] [GeneratedCodeAttribute(Tool="System.Data.Design.TypedDataSetGenerator", Version="2.0.0.0")] [SerializableAttribute()] public ref class ItemsInfo : public System.Data.DataSet, System.ComponentModel.IComponent, System.ComponentModel.IListSource, System.ComponentModel.ISupportInitialize, System.ComponentModel.ISupportInitializeNotification, System.IDisposable, System.IServiceProvider, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable
This DataSet contains one System.Data.DataTable which includes the following columns:
Column Name | Column Type |
---|---|
Id: A unique ID reference to the cache item. | System.String |
Priority: The relative precedence of the cache item. | An System.Int32 which represents the System.Web.Caching.CacheItemPriority enumeration values. |
CreationDate: The date/time the item was stored in the cache. | System.DateTime. |
Encrypted: Specify whether the cache item is encrypted or not. true if cache item is encrypted; false otherwise. | System.Boolean. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2