Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / ItemErrors Class
Members



In This Topic
    ItemErrors Class
    In This Topic
    Represents a collection of individual tag status errors resulting from a data add, delete or query of a Historian server. Errors are keyed by tag name or optionally by tag name and data sample index for data add.
    Object Model
    ItemErrors ClassStatus Enumeration
    Syntax
    'Declaration
     
    <CollectionDataContractAttribute(Name="ItemErrors", 
       ItemName="I", 
       KeyName="K", 
       ValueName="V")>
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    <SerializableAttribute()>
    Public Class ItemErrors 
       Inherits System.Collections.Generic.Dictionary(Of String,Status)
    'Usage
     
    Dim instance As ItemErrors
    [CollectionDataContract(Name="ItemErrors", 
       ItemName="I", 
       KeyName="K", 
       ValueName="V")]
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)]
    [DebuggerDisplay("Count = {Count}")]
    [Serializable()]
    public class ItemErrors : System.Collections.Generic.Dictionary<string,Status> 
    [CollectionDataContract(Name="ItemErrors", 
       ItemName="I", 
       KeyName="K", 
       ValueName="V")]
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)]
    [DebuggerDisplay("Count = {Count}")]
    [Serializable()]
    public ref class ItemErrors : public System.Collections.Generic.Dictionary<String,Status> 
    Inheritance Hierarchy

    System.Object
       System.Collections.Generic.Dictionary<TKey,TValue>
          Proficy.Historian.ClientAccess.API.ItemErrors

    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