Nevron .NET Vision
Nevron.Dom Namespace / NElementHistoryService Class
Members


In This Topic
    NElementHistoryService Class
    In This Topic
    The NElementHistoryService class represents a service, which is used to provide elements with history support and serves as base class for history services, which can provide element reference resolving (through the element UniqueId)
    Object Model
    NElementHistoryService Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class NElementHistoryService 
       Inherits NService
       Implements INService, Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NElementHistoryService
    public abstract class NElementHistoryService : NService, INService, Nevron.INReferenceHolder, Nevron.INReferenceProvider  
    Inheritance Hierarchy

    System.Object
       Nevron.Dom.NService
          Nevron.Dom.NElementHistoryService
             Nevron.Diagram.NDocumentHistoryService

    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