Leadtools.Medical.Caching Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.03.01
ItemsInfo Class
See Also  Members  
Leadtools.Medical.Caching Namespace : ItemsInfo Class



A strongly typed ADO.NET DataSet which contains the cache items information.

Syntax

Visual Basic (Declaration) 
<GeneratedCodeAttribute(Tool="System.Data.Design.TypedDataSetGenerator", Version="2.0.0.0")>
<HelpKeywordAttribute("vs.data.DataSet")>
<SerializableAttribute()>
Public Class ItemsInfo 
   Inherits DataSet
Visual Basic (Usage)Copy Code
Dim instance As ItemsInfo
C# 
[GeneratedCodeAttribute(Tool="System.Data.Design.TypedDataSetGenerator", Version="2.0.0.0")]
[HelpKeywordAttribute("vs.data.DataSet")]
[SerializableAttribute()]
public class ItemsInfo : DataSet 
C++/CLI 
[GeneratedCodeAttribute(Tool="System.Data.Design.TypedDataSetGenerator", Version="2.0.0.0")]
[HelpKeywordAttribute("vs.data.DataSet")]
[SerializableAttribute()]
public ref class ItemsInfo : public DataSet 

Remarks

This DataSet contains one DataTable which includes the following columns:
Column NameColumn Type
Id: A unique ID reference to the cache item.String
Priority: The relative precedence of the cache item . An Int32 which represents the CacheItemPriority enumeration values.
CreationDate: The date/time the item was stored in the cache.DateTime.
Encrypted: Specify whether the cache item is encrypted or not. true if cache item is encrypted; false otherwise.Boolean.

Inheritance Hierarchy

System.Object
   System.ComponentModel.MarshalByValueComponent
      System.Data.DataSet
         Leadtools.Medical.Caching.ItemsInfo

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

ItemsInfo requires a Web Viewer Framework Module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features