LEADTOOLS Medical (Leadtools.Medical.Caching assembly)
LEAD Technologies, Inc

ItemsInfo Class






Members 
A strongly typed ADO.NET System.Data.DataSet which contains the cache item information.
Object Model
ItemsInfo Class
Syntax
[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.IComponentSystem.ComponentModel.IListSourceSystem.ComponentModel.ISupportInitializeSystem.ComponentModel.ISupportInitializeNotificationSystem.IDisposableSystem.IServiceProviderSystem.Runtime.Serialization.ISerializableSystem.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.IComponentSystem.ComponentModel.IListSourceSystem.ComponentModel.ISupportInitializeSystem.ComponentModel.ISupportInitializeNotificationSystem.IDisposableSystem.IServiceProviderSystem.Runtime.Serialization.ISerializableSystem.Xml.Serialization.IXmlSerializable 
'Usage
 
Dim instance As ItemsInfo
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.IComponentSystem.ComponentModel.IListSourceSystem.ComponentModel.ISupportInitializeSystem.ComponentModel.ISupportInitializeNotificationSystem.IDisposableSystem.IServiceProviderSystem.Runtime.Serialization.ISerializableSystem.Xml.Serialization.IXmlSerializable  
Remarks

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.

Requirements

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

See Also

Reference

ItemsInfo Members
Leadtools.Medical.Caching Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.